this hover code won't work! |
![]() ![]() |
this hover code won't work! |
Dec 29 2004, 07:24 PM
Post
#1
|
|
![]() BECKYBOO♥ ![]() ![]() ![]() Group: Member Posts: 99 Joined: Aug 2004 Member No: 40,187 |
<!-- begin code provided by createblog.com -->
<style type="text/css"> A:hover { filter: flipv } </style> <!-- end code provided by createblog.com --> i'm trying to use that hover code. it's SUPPOSED to flip my links upside down, but it's not working! i've tried it at the beginning and the end of both my website stats AND my custom header box. what's going on? |
|
|
|
Dec 29 2004, 08:22 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
QUOTE <style type="text/css"> A:hover { filter: flipv } </style> its because it should look like this with a ; after the flipv CODE <style type="text/css">
A:hover { filter: flipv; } </style> |
|
|
|
![]() ![]() |