Brian Peddle Wrote:

I have a page which is rendered properly in firefox -> 
> http://jobs.campusrn.com/test.html
> 
> The same page in IE had the navigation stacked on the right.  I have 
> spent several hours trying to fix this and I think I am missing 
> something simple. 


Hello,

Add this to your style sheet, it works for me...

* html #menu {
float:none;
clear:left;
display:inline;  
}

Kind Regards

David)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to