From: "R. Alan Payne" <[EMAIL PROTECTED]> > Firefox also displays the next line of text on the same >line as the nav bar (though it's in a totally different div in the code) >and IE6 doesn't.
> http://www.dvmvac.com/REDESIGNnew/navtest.shtml Does adding the clear property to #divtitle do what you want? div#divtitle { margin: 7% 0% 4%; color: #333333; clear: right; /* <<<<<< add this <<<< */ ~holly } ______________________________________________________________________ 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/
