you are quite in the right place in style.css but you use font-color instead of the correct ‚color‘
start here:
#page-bar a:hover {
text-decoration:none;
display:block;
font-color:#000000;
}
and change to:
#page-bar a:hover {
text-decoration:none;
display:block;
color:#000000;
}
this should change almost all text to white on hover.
change other font-color: settings to color: or remove them
____________________
you find me on Google+, Twitter and Facebook
(von: Joern)
Hier noch 2 weitere Ergebnisse dieses Threads:
Navbar a active color of text need some simple help pls!
14. Aug. 2010 (von: omerkhan02)
Hi Joern, You can visit my site here just want to know how you change the Navbar a active color of text.As you can see in the native statethe navbar is white and the text has the hexidecimal code #CC0000when…
Re: Navbar a active color of text need some simple help pls! :: Reply by Joern
18. Aug. 2010 (von: Joern)
The gap between the navbar and the header banner: remove '15px' in margin here:#navbar {background:url("images/navbar.png") repeat scroll 0 0 #2C2C2C;font:100% Arial,Helvetica;margin:auto 0;padding:0 10px;text-transform:uppercase;}____________________you find me on Google+, Twitter and Facebook Weiterlesen →