how come dis script wont work? |
how come dis script wont work? |
Jul 11 2004, 06:38 AM
Post
#1
|
|
![]() Rags 2 Riches ![]() ![]() ![]() Group: Member Posts: 39 Joined: Jul 2004 Member No: 29,490 |
im tryin 2 put a hover thingy....its supposed 2 blurr every time ur mouse hover on it...heres da code
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> a:hover { filter:blur(add="0",direction="90",strength="7"); height:0; } </style> <!-- end code provided by createblog.com --> how come dat dont work... |
|
|
|
![]() |
Jul 11 2004, 11:36 AM
Post
#2
|
|
|
Sinellis K. ![]() ![]() ![]() Group: Member Posts: 97 Joined: Jul 2004 Member No: 27,063 |
QUOTE(UnNamed @ Jul 11 2004, 6:38 AM) im tryin 2 put a hover thingy....its supposed 2 blurr every time ur mouse hover on it...heres da code CODE <!-- begin code provided by createblog.com --> <style type="text/css"> a:hover { filter:blur(add="0",direction="90",strength="7"); height:0; } </style> <!-- end code provided by createblog.com --> how come dat dont work... maybe becuz u didnt add a different number where it says: blur(add="0" u're not adding an amount so it has no effect! |
|
|
|
UnNamed how come dis script wont work? Jul 11 2004, 06:38 AM
i ami_am change the "0's" Jul 11 2004, 12:05 PM
UnNamed i did change da 0's...but stil no effect... Jul 11 2004, 04:43 PM
ji_cabinx i think those hovers have something wrong with the... Jul 12 2004, 03:53 PM![]() ![]() |