Hidden Link
Javascript Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Nov 05, 2009 |
| Last Updated | Nov 14, 2009 |
| Tags | css dhtml html javascript |
Introduction
replace 'background' with the background color of your site,
replace 'link' with the link you want it to go to, replace 'cmts' with the color you want the text to be when you mouse over, and replace 'text' with some words ;)
example:
| Code: |
<style type="text/css"> a {color:white} a {font-size:30px} a {text-decoration:none} a {font-family:"Arial Black"} </style> <html> <body> <a href="http://www.learningstreamsupdates.org/santa-tracker.html" onMouseOver="this.style.color='green'" onMouseOut="this.style.color='white'">Woot<a> </body> </html> |
Javascript Snippet:
Hidden Link
Posted on Nov 5, 2009 7:19 pm
Posted on Nov 5, 2009 7:19 pm
you can shorten
by separating them with a semicolon like
your also missing the ending ] in the bbcode in your desc
| Code: |
| a {color:background} a {font-size:30px} a {text-decoration:none} a {font-family:"Arial Black"} |
| Code: |
| a {color:background;font-size:30px;text-decoration:none;font-family:"Arial Black"} |
Javascript Snippet:
Hidden Link
Posted on Nov 6, 2009 12:48 am
Posted on Nov 6, 2009 12:48 am
Why would you want to hide a link?
Javascript Snippet:
Hidden Link
Posted on Nov 6, 2009 5:30 am
Posted on Nov 6, 2009 5:30 am
omg its hawkee ;o i thought he died but hes back n everythings so right











