The NAnt home page no longer displays correctly, in Firefox on my laptop.

The immediate cause is the new RC3 announcement, which causes the width of the main div to grow beyond the width of the screen. The result is that all of the text in the main div appears underneath the navigation bar.

The underlying cause is that the main div is set to float:left, with no explicit width. I believe this falls into a hole in the CSS specification, or at least a very tricky part, which allows the browser to calculate the width without wrapping. Firefox does this, concludes that the menu and main divs together are too wide for the current window, and floats the main div below the menu div.

I think the fix is to get rid of the float: left for the main div. It doesn't make sense to float the main content.

Gary




------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to