I've looked in vain for a solution to this, validated code and wasted hours of time. I want to create a simple layout consisting of a series of three columns nested inside one column of another series of three columns, resulting in a five column layout. With no white space or gaps between the columns. It works well in everything except IE6, which puts a margin either side of the nested divs, pushing the set of columns beneath the container. Any help would be hugely appreciated! My CSS is below…
body
{
margin: 0;
padding: 0;
font-size: 95%;
font-family: georgia, times, "times new roman", serif;
color: #000;
background-color: #fff;
}
WebJoel taught me that one, and it's saved me many an IE woe.
KDLA
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
I've looked in vain for a solution to this.... ....My CSS is below…
Your CSS looks fine. Correct, anyway. But without seeing the HTML also... it's anybody's guess what is wrong. (and I'm not willing to write a "...simple layout consisting of a series of three columns nested inside one column of another series of three columns, resulting in a five column layout. With no white space or gaps between the columns..." to try to test this...)
Bookmarks