html - How to change hover background on links in css? -
when hover mouse on link, shows background this:
but want this:
i on maven/web application project jsf framework. , links generated <h:link>
. in regular html/css easy create sec pic, wont work jsf. how should it?
the css be
element:hover{ background: none; text-decoration: underline;}
replace element class or id of html element.
html css
No comments:
Post a Comment