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, 10:19 AM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Did you paste it in webstats?
|
|
|
|
Jun 22 2005, 10:20 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,591 Joined: Dec 2004 Member No: 77,305 |
You did the codebox wrong. Its:
HTML [codebox][/codebox]
|
|
|
|
Jun 22 2005, 10:23 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
Yes. I put it in website state but it still doesn't work
I don't know what happened.><' Thank you |
|
|
|
Jun 22 2005, 10:25 AM
Post
#5
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Try putting it in header html, and see if it works.
|
|
|
|
Jun 22 2005, 10:35 AM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
no no..It still doesn't work after I put it in header html or website state
I just want the effect like that : When people use their mouse hover my links, those links will change color Is there any other code that can do the same effect |
|
|
|
Jun 22 2005, 11:33 AM
Post
#7
|
|
![]() 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.
|
|
|
|
![]() ![]() |