hover |
hover |
Oct 29 2004, 01:29 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Aug 2004 Member No: 39,326 |
is there anyway you can combine the star hover and the blur hover together? i tried it on my xanga bug it didnt work.
|
|
|
|
![]() |
Oct 29 2004, 03:54 PM
Post
#2
|
|
|
kelly[changed] 2 liz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 525 Joined: Oct 2004 Member No: 55,472 |
can you post the code? i combined 3 hovers once. just post the codes you want to hover, plus the code you put for them both to work.
|
|
|
|
Oct 30 2004, 12:21 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Aug 2004 Member No: 39,326 |
i wanted
<!-- begin code provided by createblog.com --> <style type="text/css">a:hover {background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif); text-decoration: none;}</style> <!-- end code provided by createblog.com --> and <!-- begin code provided by createblog.com --> <style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover { filter:blur(add="0",direction="90",strength="7"); height:0; } </style> <!-- end code provided by createblog.com --> thank u if u could help! |
|
|
|
Oct 30 2004, 01:56 AM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Hm.... I wonder if you can do this....
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> a:hover{ background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif); filter:blur(add="0",direction="90",strength="7"); height:0; } </style> <!-- end code provided by createblog.com --> I think that will work.... But I'm not sure. >.< My brain refuses to cooperate with me right now... |
|
|
|
![]() ![]() |