Hey!
I am working on a graphic menu, and have run into a few small things I can't work out:
I want a menu that uses graphics for the main buttons, but just html for the sub-menues.
How do I use the HideTabName and HideTabNamesByLevel to accomplish this?
Are these used in conjuncture with each other? It seems if I set the HideTabName to True
it will hide all tab names, no matter what I set the HideTabNamesByLevel to. And if I remove
the HideTabName, it seems to make no difference what I set HideTabNamesByLevel to.
Also, is there an easy way to get a mouse-over effect in a graphic menu? I am using the menu
in Hover mode. I added this to the style:
.LinkIcon:Hover {
filter:alpha(opacity=70);
opacity:0.70;
-moz-opacity:0.70;
}
Which is working in FireFox, but not in IE. Any suggestions?
Thank you!!
Donald |