|
To get a gradient background, you can use a gradient image asthe background on the body element, and set it to repeat horizontally...
ie: background-image: url('yourbackground.gif');
background-repeat: repeat-x;
__________________
"If you worried about falling off the bike, you'd never get on it" - Lance Armstrong
"The problem with people who have no vices is that generally you can be pretty sure they're going to have some pretty annoying virtues." - Elizabeth Taylor
|