css - How to make a:hover, hyperlinked color gradient? -
i want make effection: a{color:#000;} , when make a:hover, hyperlinked color gradient #00c #000, gradient time maybe 1 second. make css?
no, cannot done in css. except maybe behaviour, ie , pretty shady. you'll need bit of javascript register onmouseover , onmouseout events, handle fade.
Comments
Post a Comment