| Link customization |
[06 Jul 2006|10:40pm] |
| [ |
mood |
| |
contemplative |
] |
<style type="text/css"><!-- A:link{color:#CC0033;text-decoration:underline;cursor:crosshair} A:visited{color:#9900CC;text-decoration:line-through;cursor:crosshair} A:active{color:#000000;text-decoration:underline overline;cursor:crosshair} A:hover{color:#993300;text-decoration:underline overline;cursor:crosshair} --></style>
Possible text-decoration: underline, overline, underline overline, line-through, blink, none Possible cursors: wait (hourglass), crosshair, hand, help (arrow with "?"), text (insert text bar), move (four point arrow), or one of these arrows: "s-resize" points south, "e-resize" points east, "w-resize" points west, "ne-resize" points north east, "nw-resize" points north west, "se-resize" points south east, "sw-resize" points south west
From Lissa's CSS page.
|
|
| Codes to remember |
[06 Jul 2006|01:54pm] |
| [ |
mood |
| |
calm |
] |
Background image: <style type="text/css"> <!-- body { background-color: #FFFFFF !important; background-image: url(URL here); background-repeat: no-repeat !important; background-position: left !important; background-position: 0% !important; background-attachment: fixed !important; } #content { background: transparent; } --> </style>
Moving tables down on page: <style type="text/css"> <!-- body { margin-top: 402px !important; } --> </style>
|
|