Re: [css-d] IE float bug perhaps-column overlaps footer

2006-07-16 Thread Don Hinshaw
Gunlaug Sørtun wrote: > :-) > > The usual: IE/win needs its 'hasLayout'[1] trigger. > > Add... > #footer {height: 100%;} > ...and it'll be fine. > > regards > Georg > > [1]http://www.satzansatz.de/cssd/onhavinglayout.html Thank you Georg. I may have to start sending you royalty checks...yo

Re: [css-d] IE float bug perhaps-column overlaps footer

2006-07-15 Thread Gunlaug Sørtun
Don Hinshaw wrote: > http://72.29.65.35/~somedom/guamddc/index_v2.1.html > [...] In IE6 the nav column touches the footer, the main column > overlaps the footer slightly (refresh the page and it overlaps the > footer by quite a bit), among other problems. :-) The usual: IE/win needs its 'hasLay

[css-d] IE float bug perhaps-column overlaps footer

2006-07-15 Thread Don Hinshaw
Hello all, After a couple of hours of reading and head scratching I have decided to ask for some help. Please look at this page: http://72.29.65.35/~somedom/guamddc/index_v2.1.html userID: css-d password: css-d If FF the footer is separated from the nav column and main column by a 3px white lin

Re: [css-d] IE Float Bug

2005-05-24 Thread J. Kang
Try this: #content #left-content img { margin-right: 10px; border: 1px solid black; padding: 1px; margin-bottom: 7px; } #left-content { float: left; text-align: left; width: 212px; height: auto; } Just a guess. I haven't tested it. J. --- Ian McFarlan <[EMAIL PROTECTED]> wrote: > Hi, > > I wa

[css-d] IE Float Bug

2005-05-24 Thread Ian McFarlan
Hi, I was wondering if someone here could help me out. I'm trying to put together my online portfolio and all is good to go, then I decided to test it in Win IE and was terrified. I used floats to position certain elements and IE renders them weird. The site: http://www.mcfarlan.ca/portfo