- Posts: 149
- Thank you received: 2
Hoover Over Font Color Problem
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
14 years 4 months ago #3865
by aaroninbna
Hoover Over Font Color Problem was created 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
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
Please Log in to join the conversation.
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 149
- Thank you received: 2
14 years 4 months ago #3878
by aaroninbna
Replied by aaroninbna on topic Re: Hoover Over Font Color Problem
?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
14 years 4 months ago #3880
by milos
Replied by milos on topic Re: Hoover Over Font Color Problem
Forum rules:
Allow our support staff to help you: Always post your site link so we can check your problem.
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.
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 149
- Thank you received: 2
14 years 4 months ago #3882
by aaroninbna
Replied by aaroninbna on topic Re: Hoover Over Font Color Problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 months ago #3889
by ivan.milic
Replied by ivan.milic on topic Re: Hoover Over Font Color Problem
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
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.
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 149
- Thank you received: 2
14 years 4 months ago #3892
by aaroninbna
Replied by aaroninbna on topic Re: Hoover Over Font Color Problem
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
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.085 seconds