~deliriouswun~
08-27-2004, 08:59 PM
what is the code to make all links flip horizontally on mouseover? I had it... :) but then I dunno what happend to it... :rolleyes:
thanks
thanks
|
View Full Version : mouseover effects ~deliriouswun~ 08-27-2004, 08:59 PM what is the code to make all links flip horizontally on mouseover? I had it... :) but then I dunno what happend to it... :rolleyes: thanks CKY Chick 08-27-2004, 09:22 PM is this what you mean? <style type="text/css"><!-- a:hover{filter:fliph(color:#FF0000, strength=3);height:0px;width:inherit} //--></style> ~deliriouswun~ 08-28-2004, 01:14 AM Yep, perfect! Thank you :) CKY Chick 08-28-2004, 03:10 AM you're welcome =) |