Question about DHTML Menu?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
PJB
Beginner
Beginner
Posts: 2
Joined: Mon Oct 18, 2004 3:36 am

Question about DHTML Menu?

Post by PJB »

I have just bought a license for Milonic DHTML Menu and have built my first menu using this sample: -

http://milonic.com/menusample18.php

I was wondering if anyone knows how to make it so the background of the menu isn’t transparent?

Any help would be greatly appreciated!

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

Post by Ruth »

I'm not sure I understand. You could put in the offbgcolor and onbgcolor but if you're using images the background wouldn't show unless the images didn't load, unless you had transparent images. Then the background color you list on the offbgcolor and onbgcolor should show through.

Ruth
Last edited by Ruth on Tue Oct 19, 2004 2:49 am, edited 1 time in total.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Re: Question about DHTML Menu?

Post by kevin3442 »

Hi,
PJB wrote:...I was wondering if anyone knows how to make it so the background of the menu isn’t transparent?
I'm assuming that you're referring to the transparency that you see in IE5.5+. This is the result of the overfilter and outfilter settings in your menu style. Specifically, the transparency part of the filter would come from this bit of code:

Code: Select all

Alpha(opacity=90);
Remove that part, and the transparency effect will go away.

Hope that helps,

Kevin
PJB
Beginner
Beginner
Posts: 2
Joined: Mon Oct 18, 2004 3:36 am

Post by PJB »

Thanks for the help :D .
Post Reply