View Single Post
Old 12-08-2012, 10:24 PM   PM User | #2
LearningCoder
Regular Coder

 
LearningCoder's Avatar
 
Join Date: Jan 2011
Location: The Pleiades
Posts: 849
Thanks: 67
Thanked 28 Times in 28 Posts
LearningCoder is an unknown quantity at this point
I think maybe it's to do with your rgba declaration. When I add a simple 'background: red' for example, it works in all browsers.

Maybe add a conditional statement to deal with IE:

http://www.quirksmode.org/css/condcom.html

Or you could just set the color of your navigation bar using background: #color-hex, then you won't have the issue of it not working in IE.

Regards,

LC.

Last edited by LearningCoder; 12-08-2012 at 10:29 PM..
LearningCoder is offline   Reply With Quote