Transparency Issues With Opera & Firefox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
vengavenga
Beginner
Beginner
Posts: 7
Joined: Sat May 29, 2004 1:21 pm
Contact:

Transparency Issues With Opera & Firefox

Post by vengavenga »

Hi,

Using the latest version (5.20a) at http://www.vengavenga.com and although everything works fine in IE, it's not quite right in Opera and useless in Mozilla/Firefox.

The menus are completely transparent in Firefox (in Opera they are transparent but fill in with colour when you mouse over them)

I started work on revamping my site several months ago, and then abandoned it for a bit when I got too busy with other things, but I'm pretty certain that it used to work.

The only effect that is used is "fade", so I've tried removing that but with no change.

The fact that I've seen it work before makes mew think it's me, but I've tried everything I can think of.

Any ideas anyone? :)
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

On your menu_data.js

You have left off the # infront of some of the colors.
eg. onbgcolor="B8F6FF";

should be

onbgcolor="#B8F6FF";


maz
vengavenga
Beginner
Beginner
Posts: 7
Joined: Sat May 29, 2004 1:21 pm
Contact:

Post by vengavenga »

Ah ha ... thanks Maz :D
Knew it had to be silly mistake.

That cures it for Firefox, but on Opera 7.5 it still isn't quite right.
It doesn't seem to show the background colour until after it has been rolled over for the first time.

It's not such a major issue as the menu is still useable, but any ideas on that?

Cheers,

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

Post by Ruth »

That doesn't occur in Opera 7.11 and all the coding seems correct.

Ruth
vengavenga
Beginner
Beginner
Posts: 7
Joined: Sat May 29, 2004 1:21 pm
Contact:

Post by vengavenga »

Thanks Ruth :D
Post Reply