^
[b]d^_~b [/b]
Those are not error..Actually you choose what you want to put, like for example the [b]border[/b] if you choose to put 6px as the size of brder then just put 6px, for the [b]style[/b] choose only how you want it to look. Example if you want inset, then just put inset. For [b]HEXCOLOR[/b], put the color you want to appear.
I'm going to use Control panel as an [b]example[/b]:
/* CONTROL PANEL: BOX */
.controlpanel {
border-width: [b]'1 to 10'px[/b];
border-color: #[b]HEX VALUE[/b];
border-style: [b]'solid, groove, ridge[/b], etc...';
background-color: transparent;
background-image: url(YOUR IMAGE URL HERE);
background-position: center center;
background-repeat: repeat;
[b]OBSERVE HOW I APPLIED IT BELOW:[/b]
/* CONTROL PANEL: BOX */
.controlpanel {
border-width: [b]2px[/b];
border-color: #[b]000000;[/b]
border-style:[b] inset[/b];
background-color: transparent;
background-image: url(YOUR IMAGE URL HERE);
background-position: center center;
background-repeat: repeat;
Last edited by mickyriora (2007-09-25 12:44:03)