Hi.
x~x~x~x~x~x~x~x~x~x~x
Moving background(Stays in one place on PC/Wii): (This blog uses it, for example)
Add background-attachment:fixed; to your TD/DIV/body/textarea.
x~x~x~x~x~x~x~x~x~x~x
Full Background:Must Have.
[style ]body{background-image:url(link here, with brackets)!important;[/style] Replace this with your div.
x~x~x~x~x~x~x~x~x~x~x
Borders and its types:
border-style:groove;
Here are some of the border styles:
Solid.
Groove.
Ridge.
Dotted.
Double.
Inset.
Outset.
Dashed.
Hidden.
Just put: border-style:style here;
In your td/body/div/img/textarea, or anything.
Note: The style must be all small captions.
Its size can be change by adding:
border-width: Xpx;
In the Xpx, the capital X can be changed to any number, but make sure it isn't bigger than 5.
x~x~x~x~x~x~x~x~x~x~x
Border colours:
Guess what? More borders.
To change its colour, add:
border-color:colour here;
Change the "colour here" to either hex codes, rbg, or normal names.
x~x~x~x~x~x~x~x~x~x~x
Borders: How to edit only 1 side of the border:
To edit 1 side of the border, put like this:
border-direction-style:groove;
The direction can be changed to:
left
right
top
bottom
x~x~x~x~x~x~x~x~x~x~x
Bye.
A little bit of credit to some random noob. :o