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.

Mouseover Colours

3 posters

Go down

Mouseover Colours Empty Mouseover Colours

Post by {GTB} Granny July 29th 2008, 2:15 am

Hi, I have a black background to some of my areas.

My problem is that the text is white but when I put the mouse over the text it goes black making it invisible.

This is in the registration area of the forum and is a bit confusing when you first see it.

Is there a way I can change the mouseover colours ?

This also happens on the Poll that is on the right side of the screen. (although the background is Grey there)

Forum Is Here.

Many Thanks
Granny
{GTB} Granny
{GTB} Granny
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Bristol, England.

http://thegtb.hotgoo.net/

Back to top Go down

Mouseover Colours Empty Re: Mouseover Colours

Post by Jalokim July 29th 2008, 12:23 pm

hello...
you have to change the fieldset colors in your CSS
go to admin panel -> display -> colors -> CSS tab
and find this code in your CSS:
Code:
}
fieldset dl:hover dt label {
color: #000000;
}

change the hex color to anyone you need
change #000000 to #ffffff to make it white
or change the #000000 to #0055bf to make it blue like the rest of your forum
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Mouseover Colours Empty Re: Mouseover Colours

Post by {GTB} Granny July 29th 2008, 12:45 pm

Many thanks.

It works but I now get this message.

Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

We advise you to reread your code.

When I remove any the {} it doesn't work !

Cheers
Granny
{GTB} Granny
{GTB} Granny
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Bristol, England.

http://thegtb.hotgoo.net/

Back to top Go down

Mouseover Colours Empty Re: Mouseover Colours

Post by {GTB} Granny July 29th 2008, 12:49 pm

Hmm, I have just tried:

}
fieldset dl:hover dt label {
color: #0055bf;

And now it works ok without the error message.

Many thanks.
{GTB} Granny
{GTB} Granny
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Bristol, England.

http://thegtb.hotgoo.net/

Back to top Go down

Mouseover Colours Empty Re: Mouseover Colours

Post by Jalokim July 29th 2008, 3:47 pm

yes, because you were supposed to replace the color not the entire script
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Mouseover Colours Empty Re: Mouseover Colours

Post by zakir321 July 29th 2008, 6:44 pm

By the way, delete the first bracket instead, not the last so that the color command is wrapped. Wink

Code:
fieldset dl:hover dt label {
color: #0055bf;
}
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Back to top

- Similar topics

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