Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Transparent Background on Nav Menu Not Working in IE Re: Transparent Background on Nav Menu Not Working in IE

#108051
jimbwayne
Participant

Thanks Jamy, that worked for IE. But now I’m having an issue with getting the nav bar extend to the full width of my background image. If you are able to view http://illuminostics.com in any IE, you’ll see what I mean.

Here’s what that div now looks like with your fix. It seems the padding here isn’t being picked up in IE. Is there a special fix I need for the filter?

Thanks again.

#menu_wrapper .nav ul, #menu_wrapper div .nav{
list-style: none;
padding-left: 10px;
float: left;
text-align: left;
font-size: 14px;
font-weight: bold;
width: 1200px;
text-transform: uppercase;
background-color: transparent;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333,endColorstr=#333333);
zoom: 1;