Blurring text, Moving mouse over text |
Blurring text, Moving mouse over text |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Feb 2004 Member No: 2,610 ![]() |
Okay Hi again, how do you get the Text to Blur once you move the Mouse over it? Or maybe even get crossed out? I really appreciate it! Thankssss!!!!
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Dec 2003 Member No: 30 ![]() |
CODE <!-- begin code provided by createblog.com --> well this is what you have and this is what your supposed to have...<style> <!-- Link effects: Blur : : Blogring.net Direction should be in degrees and strength is blur intensity --> a:hover {filter:blur(add="0",direction="45",strength="5"); height:0;}; <style></style> <!-- end code provided by createblog.com --> CODE <!-- begin code provided by createblog.com --> <style> <!-- Link effects: Blur : : Blogring.net Direction should be in degrees and strength is blur intensity --> a:hover {filter:blur(add="0",direction="45",strength="5"); height:0;}; </style> <!-- end code provided by createblog.com --> see that extra <style> thingy! try deleting that and see if it works... |
|
|
![]() ![]() |