![]() |
| [ Home ] [ Chat ] [ Wallpapers ] [ Downloads ] [ Adoption center ] [ Awards for you ] [ Graphics ] [ Gallery ] [ Message Board ] [ Collections ] [ Cool HTML ] [ Link me ] [ Links ] [ Final fantasy ] [ Fan club ] [ Advertisement ] [ Comments & Suggestions ] |
| Cool HTML |
| Here is a page with the coolest HTML I could find. You dont have to credit me at all if you use any, its free. |
| To make your cursor turn into a + when the cursor is over a link <STYLE> <!-- A{text-decoration:none;cursor:crosshair}--></STYLE> Makes the link turn bold when the cursor is held over it <STYLE TYPE="text/css"> <!--body {margin-top: 2%} .bklink {text-decoration: none;} a:visited.bklink {text-decoration: none;} .llink {text-decoration: none;} a:link {text-decoration: none;} a:active {text-decoration: none;} a:visited {text-decoration: none;} a:hover {text-decoration: none; color: Black; font-weight: bold} --></STYLE> The link underlines when the cursor is held over it <style TYPE="text/css"><!--a { text-decoration: none} a:hover { text-decoration: underline} ---></style> <font face="verdana"> <font size="1"> <font color="#66CCFF"> The link has a line above and under when the link is held over it <style type="text/css"> <!-- BODY{font-family:verdana; font-size: 1; color:#000000;} A:link {color: "#000000"; text-decoration:none} A:visited {color: "#000000"; text-decoration:none} A:hover {color: "#000000"; text-decoration:underline} A:hover {text-decoration:overline} a{cursor: move; text-decoration: none} --> </style> |