Well yes, that is why it's there.
But if you have a look at the page in Firefox you will get the idea of
how it is meant to look, the content box goes below both menu lists in
IE.
--
Regards Chad. http://freewebdesignonline.org
In article
<21f386e3-0780-41de-b8cc-ae2b1899077e@b31g2000prf.googlegroups.com>,
> > In article
> > <bc424e50-1fa1-4149-a611-0a6a26657...@e38g2000prn.googlegroups.com>,
[quoted text clipped - 26 lines]
> > Probably don't put the h2 as a list item, it is not really part of any
> > meaningful list, except as a layout device.
> Well yes, that is why it's there.
It's there as a layout device? OK. I would prefer to draw the line at
doing this in a case where you do not actually have to. Surely good
practice means trying to get by as far as possible with semantic markup
and then succumbing when the going gets tough! Meaning, I am not a
complete purist. <g>
> But if you have a look at the page in Firefox you will get the idea of
> how it is meant to look, the content box goes below both menu lists in
> IE.
That is the browser I looked at your site on. I see the menu and links
box hanging out of the wrapper. Perhaps that is a look you want. OK fair
enough. As for why the content is dropping in IE6, there could be a few
reasons, but I cannot at the moment fire up my Winbox. I might be able
to tomorrow.
Mostly, of course, it is because IE6 thinks there is not enough room.
Have you given dimensions of any kind to #content and the left and right
floats? Try it. Watch out, even then, for the 3px bug.
I would lay all this out rather differently but if you want to fix for
IE6 eyes only (use a conditional):
#othercontent {
...
width: 11em;
}
#content {
...
margin-right: 16em;
margin-left: 20em;
}
#navlist {
...
width: 10em;
}
or something like that... Just some thoughts...

Signature
dorayme
Chaddy2222 - 25 Oct 2008 11:09 GMT
> In article
> <21f386e3-0780-41de-b8cc-ae2b18990...@b31g2000prf.googlegroups.com>,
[quoted text clipped - 72 lines]
>
> or something like that... Just some thoughts...
Thanks mate. You were kind of on the right track but it was as richard
said a content width issue.
--
Regards Chad. http://freewebdesignonline.org