01-07-2008, 03:41 AM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
|
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.
|
|
|