Forum Moderators: not2easy

Message Too Old, No Replies

Secondary Background Images.

is it possible? other ways of accompishing this?

         

tbarbedo

4:48 am on Feb 23, 2009 (gmt 0)

10+ Year Member



Ok here is my situtation...

I have a layout which has a content div with a fixed background image which is the minimum height I would like displayed.

I also want to allow the height of the content area to increase. However, I would like a secondary bg image that would be a pattern to make the content height expandable instead of using the original bg image.

Is this possible? Or is there any other way to accomplish something like this?

swa66

9:26 am on Feb 24, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Multiple background images is something for CSS3, (not for today yet).

The workaround would be a second wrapper.

oluoch28394

12:12 am on Mar 3, 2009 (gmt 0)

10+ Year Member



I think you can using javascript and an empty div. if the content appears say onclick, the empty div with a different background won't be visible till the content is added thus filling the div.