how come dis script wont work? |
how come dis script wont work? |
![]()
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... |
|
|
![]() |
![]()
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! |
|
|
![]() ![]() |