General Discussion > Web Programming and Design

Html/Css Link styling

(1/1)

Digital:
On my new homepage (in work) i have som links which i want to have a other style. i have to change thestyle for all links in <nav> <ul> <li>.i want they to become green if the mouse is over them.
thanks for all help;)

Sorunome:
try this:

--- Code: ---nav a:hover {
color:green;
}

--- End code ---

Digital:
and if i additional want that its normaly blue and yellow if activated?

Navigation

[0] Message Index

Go to full version