Problem with 'Alternate URL' Text Highlighting

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
heme
Beginner
Beginner
Posts: 2
Joined: Wed Oct 23, 2002 2:14 pm
Location: Des Moines, IA

Problem with 'Alternate URL' Text Highlighting

Post by heme »

I am setting up a menu using the PlaceMenu() function. The main menu's background color is set to transparent.

The problem occurs when I add an alternate url to any of the main menu items. When the mouse is over any of the main menu items the background color of that item's text is highlighted(not the background itself but the text's background). This problem only occurs in IE.

I have triple checked my colors and I don't believe that is causing the problem. If any one has experienced this problem, or has any insight, I would appreciate your help.

Thank you,
Eric
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Eric,

Have you defined a general a:hover pseudo-class (e.g. in a .css file), with a background-color property, that you use for the <a> links in your html? I seem to recall that, some time ago, I noticed my own main menu items picking up the background color I had defined in an a:hover pseudo-class.

Kevin
heme
Beginner
Beginner
Posts: 2
Joined: Wed Oct 23, 2002 2:14 pm
Location: Des Moines, IA

Thank you

Post by heme »

That was the problem exactly. Thank you so much for your help Kevin.

:D -Eric
Post Reply