Hi.

I'm new to drupal themes, and this is my first experience with Zen.

I would like to add left and right background regions.
These regions will be in addition to the left-content-right regions.

Please see areas bg1 and bg2 in the attached photo.

How can this be achieved?

Best Regards.

Shay.

CommentFileSizeAuthor
drupal_zen_question.jpg35.85 KBbalaftuna

Comments

Hueij’s picture

I don't think this is a Zen-specific question, it's more like a general CSS question but here you go.

I don't know if you just want a different color for each region, but if so, create a 2000px wide image (that should take care of most resolutions out there), give the left 1000px a color and the right 1000px another color.

Then put the following in your stylesheet:

body { background:url(path/to/your/image/yourImage.gif;) repeat-y center top; }

If you only use colors the image needs only to be 1px high, if you use a texture be careful about the file-size of the image.

akalata’s picture

Status: Active » Closed (fixed)

Closing old, inactive support requests.