If you look at this site on IE5 Mac, you'll notice that there is a large black and gold area that goes across the entire page. If you look in any other browser, the sidebar is the appropriate width and the content of the page is next to it. Has anybody had this problem before, and do you know how to fix it?
Basic sidebar layout ( CSS here): <div#links><ul><li><a>
"#links" is floated left and absolutely positioned.
"#links li a" is display: block and is the only element of the sidebar with a width defined.
Last edited by Sbarnett; 04-13-2005 at 12:59 AM..
|