background color changes in IE

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
posword
Advanced
Advanced
Posts: 28
Joined: Tue Jun 20, 2006 7:42 am

background color changes in IE

Post by posword »

I have in the last couple of days changed the appearance of my menu (http://peterwade.com).

I have set offbgcolor="#0090C2" and in Firefox this seems to render correctly. However in IE 8 it displays as a very much lighter blue. Other items on the home page in IE display in the same color as Firefox, so the problem seems to be specific to the menu.

Anyone seen this happen or know what I can do about it?

Thanks,
Peter
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: background color changes in IE

Post by Ruth »

Hi,

It's the overfilter. You have Alpha(opacity=50); which translates to 50% transparency which is making the offbgcolor you have listed 50% lighter :) Since that only works in IE you are not getting the color change in any other browser.

Ruth
posword
Advanced
Advanced
Posts: 28
Joined: Tue Jun 20, 2006 7:42 am

Re: background color changes in IE

Post by posword »

Thanks, Ruth, that fixed it. You learn something new every day in this game!

Peter
Post Reply