Hi Chris, > For some weird reason, the first few words of text in my "content" > DIV jump right out of the paragraph *depending on what the text is*. > > Problem child: > http://www.polarissc.com/csstest/about2.html > > With an extra letter added to the first paragraph, it displays fine: > http://www.polarissc.com/csstest/about2.html
URI of the problem page seems to be http://www.polarissc.com/csstest/about.html I could reproduce your problem in Firefox, but not in Opera or IE, which display the paragraph just fine. The problem is caused by the right float of your menu span: <span class="menu" style="position: relative ; top: 130px ; float:right ;"> If you substitute float: right by text-align: right and change the SPAN element to DIV, everything is fine again. May I even suggest you using unordered lists for menus instead of your current approach. And please be aware that your comment syntax in the markup is wrong and may cause problems: </div /*menu*/ > Please use the following instead: </div> <!-- menu --> Cheers, jens -- Jens Brueckmann http://www.yalf.de ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/