View Single Post
  #2 (permalink)  
Old Oct 24th, 2006, 10:35
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Having some problems, with IE and FF

First off, you can remove all the "background-color: inherit;" values. Everything is automatically inherited anyway, hence the "Cascading" part of CSS.

For the IE problem, you don't need to use the position property in this situation. Merely floating the content to the right and the navigation to the left will work.

And for the FF issue: Instead of .menu, use .menu a and .menu a:hover. This is most likely the culprit.
Reply With Quote