I just want to make some HTML page with this layout.
How could I accomplish it with HTMLs div and CSS only, tableless.
There is a search box, hot products and an ad box.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set it using floats and a width of 960px;
You can adjust it to fit accordingly.
HTML:
CSS:
Here’s the JSFiddle: http://jsfiddle.net/82QnL/1/ <— Live Demo
Hope this helps!!!