hover: message alert, ask for help |
hover: message alert, ask for help |
Jun 22 2005, 10:15 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
I just searched the script will let a person hover a spot on the xanga which apposedly is a "Link" but when someone hovers over it, a message pop-ups.
here And I knew the script [/CODEBOX]<!-- begin code provided by createblog.com --> <a href=""onMouseover="alert('So fetch!')">HOVER WORD!!!</a> <!-- end code provided by createblog.com -->[CODEBOX] But when I posting it to my website state, it doesn't have any effect. Can someone help me |
|
|
|
![]() |
Jun 22 2005, 11:33 AM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
You just want the links to change color...? Or do you only want that specific link to change color?
CODE <style type='text/css'>A:hover{text-decoration:none; color:#000000; font-weight:bold; font-family: Arial;}</style> Um, this'll make them change color. You can change whatever.
|
|
|
|
masakijoey hover: message alert Jun 22 2005, 10:15 AM
Maestro Did you paste it in webstats? Jun 22 2005, 10:19 AM
Szeh You did the codebox wrong. Its: HTML[codebox... Jun 22 2005, 10:20 AM
masakijoey Yes. I put it in website state but it still doesn... Jun 22 2005, 10:23 AM
Maestro Try putting it in header html, and see if it works... Jun 22 2005, 10:25 AM
masakijoey no no..It still doesn't work after I put it in... Jun 22 2005, 10:35 AM![]() ![]() |