if u have any questions...type a comment or say something in my chatterbox
html_help
read my profile
sign my guestbook

Message: message me


Member Since: 8/31/2003

SubscriptionsSites I Read

Blogrings
(\\ webDesign tricks.tips.hacks //)
previous - random - next

- ----!!Staright up HTML help !!- -------
previous - random - next

[>> 562 | LaKeWoOd CaLi | 562 <<]
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Sunday, August 31, 2003

solid color for backround
<style type="text/css"><!-- body{background:#B00000} //--></style>

image as backround
<style type="text/css"><!-- body{background:url(url of your image);background-attachment:fixed} //--></style>

change the color of scrollbars
<style type="text/css"><!-- body{scrollbar-track-color:#FFFFFF;scrollbar-highlight-color:#8080FF;scrollbar-3dlight-color:#00BFFF;scrollbar-darkshadow-color:#8080FF;scrollbar-shadow-color:#FFFFFF;scrollbar-arrow-color:#8080FF;scrollbar-face-color:#FFFFFF} //--></style>

for border [outset, inset, solid, groove, ridge]
<style type=text/css><!-- body{border:#B00000 10px outset} //--></style>

for more than one color border
<style type=text/css><!-- body{border-right:#B00000 10px outset;border-left:#B00000 10px outset;border-top:#FF80FF 10px outset;border-bottom:#8080FF 10px outset} //--></style>

webpage cursor [crosshair, hand, help, move, text, wait, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, e-resize, w-resize]
<style type=text/css><!-- body{cursor:crosshair} //--></style>

cursor for links
<style type=text/css><!-- a:hover{cursor:e-resize} //--></style>



any questions...just ask