Hoover Over Font Color Problem

More
13 years 4 months ago #3865 by aaroninbna
I can change my hoover over color with no problem. The problem is that it won't change unless I am under the font not on it.

Specs...
Menu Animation Effect : Fade (same problem with Drop Down, Etc)
Text Color: #FFFFFF
Text Hoover Over "#0437DC

If you were to place the pointer over the font and drag horizontally down, the font color goes #FFFFFF (default) then #0437DC (Hoover color choice)then #000000 (black) then #0437DC (Hoover choice) and finally back to default.

Is it a index.php setting ?

Thank you,
Aaron

Attachments:

Please Log in to join the conversation.

More
13 years 4 months ago #3878 by aaroninbna

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 4 months ago #3880 by milos
Forum rules:

Allow our support staff to help you: Always post your site link so we can check your problem.

Please Log in to join the conversation.

More
13 years 4 months ago #3882 by aaroninbna
tacsupport.com

user name: hotjoomla
password: templates

Please Log in to join the conversation.

More
13 years 4 months ago #3889 by ivan.milic
Hi aaroninbna,

You have a css entry in template_css.css:
#nav > li a:hover {
padding:7px;
color:#000 !important;
}

and that works when you are over <a>
but there is empty space between <a> ant it's parent <li> , so when your mouse is over that space some other rule triggers and you text appears blue.

you need to add something like this in template_css.css to solve this :

#nav > li:hover a {
padding:7px;
color:#000 !important;
}

Ivan

Please Log in to join the conversation.

More
13 years 4 months ago #3892 by aaroninbna
I will look into that and post a reply.

Nothing upsets me more than someone who starts a thread and doesn't give a follow up. How are we to learn from others inquiries when no final resolution is made.

Now, when I don't follow through on this (either now or later) I will hear about it.

Let me try......{/insert pause function...........}

Thanks,
Aaron

Please Log in to join the conversation.

Time to create page: 0.295 seconds
Powered by Kunena Forum