PDA

View Full Version : gradient background


umar
06-26-2006, 02:59 PM
hey guys,
just wondering how I can add a gradient to the background of my site.
see this site (http://rig.hteo.us/) as an example.
thanks

Joe[y]
06-26-2006, 03:05 PM
you can make an easy one here: http://tools.dynamicdrive.com/gradient/

umar
06-28-2006, 04:15 PM
thanks for the link.. it'll come in handy, although i was looking more for some help with the coding part of it.

Joe[y]
06-28-2006, 05:01 PM
that's easy. in your stylesheet apply something in along the lines of:

body {background-image:url(linktoyourgradient.png);background-repeat:repeat-x;}

spence
06-29-2006, 03:07 AM
@ umar: You can download my CSS file if you want to get more depth on how to accomplish the background effect.

http://www.rig.hteo.us/templates/righteous/righteous.css

Look under the body variable.

Cheers