Combining link hovers? |
![]() ![]() |
Combining link hovers? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 53,629 ![]() |
Is there anyway I can combine these 2 codes????
![]() <style type="text/css"> /* Blurred links from xanga.com/html_scripts */ a:hover {filter:blur(add="0",direction="80",strength="5"); height:0;}; </style><table border="0" cellspacing="0" cellpadding="4" width="100%" <style type="text/css"><!-- a:hover {background:url(http://www.usa.venus.co.uk/weed/agifs/images83/firekevs.gif); text-decoration: none;} //--></style> |
|
|
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
try this:
CODE <!-- begin code provided by createblog.com --> the background will be blurred though because there's a filter on the hover
<style type="text/css"> a:hover { background:url(http://www.usa.venus.co.uk/weed/agifs/images83/firekevs.gif); filter:blur(add="0",direction="80",strength="5"); height:0;}; </style> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |