CSS Disjointed Rollovers
CSS Disjointed Rollovers
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- Stugoo0
try,
a.imgrollover:link img, a.imgrollover:visted img,
a.imgrollover:active img{ display :hidden }a.imgrollover:hover img {display: normail}
(or whatever the normal display is.) should work.
so u want the img inside the a tag, you could in effect do this with any tag, but hovr is recognised accross most modern browsers.
just style the link appropratley.