Thread: two columns?
View Single Post
Old 01-07-2008, 03:41 AM   #4 (permalink)
Andrew
The Acquainted
 
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
Andrew is on a distinguished road
Default

I would also suggest putting this:
Code:
* {
    margin: 0;
    padding: 0;
}
at the top of your CSS file to reset all paddings and margins. This way, you won't have as much trouble with the IE box model if you need to fit the two columns within a certain width container.
Send a message via AIM to Andrew Send a message via MSN to Andrew
Andrew is offline  
Reply With Quote