MyBB Community Forums

Full Version: Make this happen, i know it's an easy task but i couldn't do it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2012-02-15, 08:36 PM)MagnusHF Wrote: [ -> ]Also one question, can you please tell me why doesn't my menu buttons have color when hovering the mouse? I set it as this:

.menu ul a:hover, .menu ul a:active {
color: #;
text-decoration: none;
{

the color element should be color: #f00; for say a Red colour
but it doesn't work, I tried that...
(2012-02-15, 08:48 PM)MagnusHF Wrote: [ -> ]but it doesn't work, I tried that...

This works on the menu (toplinks) but you may have to edit a:link etc to get the colour to work else where
just see at my global.css please.. there is a:hover Sad
(2012-02-15, 09:04 PM)MagnusHF Wrote: [ -> ]just see at my global.css please.. there is a:hover Sad

Just looked at it everything is set to #cccccc and #ffffff so just set the same
I don't understand you... I have set this:
.menu ul a:hover, .menu ul a:active {
color: #FF0000;
text-decoration: none;
}

But I don't get a red color when hovering the menu toplinks?
Does they turn black when you use #000000 ?
It's the same as I've set it right now!
Yes, sorry, I have updated my thread as your post did not show properly for me.

I can have a look if you like?
No they don't turn black if I use the #000000 color code.
Pages: 1 2 3