|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
|
Is there a way to embed an a:hover tag into an inline stylesheet? If so, how could that be done? If not, how do you create a hover effect in IE and make the same link not look like sh** in Netscape? Thanks for your help.
|
|
|
|
|
|
#2 |
|
SQL nutcase
|
Put this in the head section of your page.
Code:
<style type="text/css">
a { color : #333333; text-decoration : none; }
a:visited { color : #333333; text-decoration : none; }
a:hover { color : #FF0000; text-decoration : underline; }
</style>
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|