> Here is the page: http://www.retroactive.com/gateindex.html
> In IE/Win 6.0 the image in "Featured image" does not show up. It does > show up in all other browsers. This is strange.I wonder if enclosing the image in a p element would help. > In IE/Win 6.0, the navigation bar on the right is "stretched" way too > long. It's putting extra space between the headings and list items that > doesn't belong there. No other browser is rendering the navbar this way. This is the white-space bug. John Hicks has a workaround at: http://www.hicksdesign.co.uk/journal/546/ie-whitespace-bug > Lastly, with several browsers on each OS, I get extra space at the top > of the page between the header and the top margin. I want the header to > be flush, and in some browsers it is, but in others it is not. You have a margin of 10px for the h1. Remove the top margin using "margin-top: 0;" Prabhath http://nidahas.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
