Mouse over Link, Moving the mouse over Link aFFECT |
Mouse over Link, Moving the mouse over Link aFFECT |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Feb 2004 Member No: 2,610 ![]() |
Hey its me the PEST again. How do you get the Link to FLIP upside down..OR Reverse from its original Position when you move the Cursor over it? I have TWO links that show show what I mean, The First one is the Upside Down affect when the cursor is over it. The second one Reverses when you move the cursor over it:
Http://www.xanga.com/UnseenClass http://www.xanga.com/LuCiouSLizZ69 (but with out the Highlight IF POSSIBLE) Okay Thanks again! Much Love for the Genious who helps me out and for those who attempt! GRACIAS! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Jan 2004 Member No: 199 ![]() |
use css:
for the upside-down flipped links, put the following code in under custom header: <style type="text/css"> <!-- a:hover{filter:flipv(color:#000000, strenth=3);height:0px;width:inherit} //--> </style> for the backward links (the 2nd site), put this code in: <style type="text/css"> <!-- a:hover{filter:fliph(color:#000000, strenth=3);height:0px;width:inherit} //--> </style> If youd like to change the color, just change the #. id leave strength at 3 but u can experiment hope this helps out ![]() |
|
|
![]() ![]() |