2 replies [Last post]
sevil79
sevil79's picture
User offline. Last seen 1 year 47 weeks ago. Offline
newbie
Joined: 2007-05-27
Posts: 1
Points: 2

Hi All

I hope you can help me, I am trying to have two background images that have fixed positioning

, one tight to the left of the page and the other tight to the right. I am not new to css but this just has me confused as i can get the multiple background images on the page by using a comma seperated url reference in background-image. but then positioning them individually I am not sure this is possible please help.

Tyssen
Tyssen's picture
User offline. Last seen 4 hours 55 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8123
Points: 1302

Multiple background-images

Multiple background-images only works in Safari currently anyway and trying to use the syntax will invalidate your background statements for browsers that don't support the feature.

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference

CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 1 day ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

In lamens terms, multiple

In lamens terms, multiple backgrounds is a CSS3 property that isnt supported by most browsers yet. You'll need to apply the background images to two different elements. Or apply one as a background, and the other as html.


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com