The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Problem with hovering over text

Go down

Problem with hovering over text Empty Problem with hovering over text

Post by Guest June 29th 2010, 4:26 am

I have a problem with hovering over text on my site, it turns black and theres nothing I can do to change it, I literally sat and tested every single advanced color display option but none of them had any affect on this. This is a problem because my site is dark with black backgrounds and whenever somebody hovers the cursor over certain areas with text, the text turns black, blending in with the background. Is their anything I can do about this?
avatar
Guest
Guest


Back to top Go down

Problem with hovering over text Empty Re: Problem with hovering over text

Post by Sanket June 29th 2010, 6:21 am

Code:
a:hover{
    color: #d31141;
    }

Add this to your css.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Problem with hovering over text Empty Re: Problem with hovering over text

Post by Guest July 1st 2010, 7:23 pm

Ok, I have added that code into the CSS and clicked submit but I still have the problem. Also that code is the only code in the CSS page. Am I doing anything wrong? What else should I do?

**Edit: Okay, I noticed that this has worked on some of the links of the site, however, the parts I am referring to still remain black when hovered over. For example I have a Poll on the side panel of my site, when people hover their mouse over the Polls options, the text turns black. How can I change that color?


Last edited by SPADEZ on July 2nd 2010, 1:40 am; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Problem with hovering over text Empty Re: Problem with hovering over text

Post by Sanket July 1st 2010, 9:00 pm

Link to your forum please?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Problem with hovering over text Empty Re: Problem with hovering over text

Post by Guest July 1st 2010, 9:19 pm

Sanket wrote:Link to your forum please?

http://electronicnetwork.all-up.com/forum.htm
avatar
Guest
Guest


Back to top Go down

Problem with hovering over text Empty Re: Problem with hovering over text

Post by Guest July 4th 2010, 10:39 am

??? Did you forget about me? Can anybody else help me with this problem please? It's seriously annoying how much the colors clash with this issue..
avatar
Guest
Guest


Back to top Go down

Problem with hovering over text Empty Re: Problem with hovering over text

Post by Guest July 6th 2010, 2:51 am

Ok well apparently I find myself having to solve this. So far I figured out one part of the problem. When I hover over a text field that is in the Poll options, the text turns black by default. I have learned how to change that with this code here:
Code:

fieldset dl:hover dt label {
   color: #CD0000;
   }

Now when I hover over the text input field, the border turns black, I need to find out how to change that hover over border color into something like red. Can anyone please help me with this?
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum