PDA

View Full Version : Two gradients in background


Chris11987
07-06-2008, 02:11 PM
I'd like to have a faded effect on the left and right side of the background of my forums. I've tried just about everything I can think of, but no luck. I can always have one gradient show up frone, but how would I go about doing a second one?

Attitude5ire
07-06-2008, 06:29 PM
Use 2 floating Div's one for left one for right.

Chris11987
07-06-2008, 07:31 PM
Am I able to do that view the "Main CSS" part of the style in the Admin panel, or would I have to actually add it to the css file?

djlotus
10-26-2008, 03:58 PM
where would this be added? I am trying to get my forums to show gradients on the left and right side, similar to the Blue Lagoon style here.

Winterworks
10-26-2008, 04:57 PM
Uhh.. You could just have one huge image? (1200x1200 around), and have it fade in middle.

djlotus
10-26-2008, 05:18 PM
If i just use one big image, than the page will scroll left to right on a standard size monitor i believe. I am tryign to avoid that.

SEOvB
10-26-2008, 10:56 PM
add some divs to your style, I think one at the header, and then one in the footer (I cant remember exactly how i did this last time)

<div id="bgleft"></div>
<div id="bgright"></div>

Then add additional CSS properties for the div id

#id bgleft {background-image: whatever}
#id bgright {background-image: whatever}