Is it possible to have two backgrounds on the one page?
| SitePoint Sponsor |

Is it possible to have two backgrounds on the one page?
POSTED WITH CARE BY JORDIE, WEBMISTRESS OF WWW.A-SPLODE.NET





Hi,
You can only have one background-image for each element.
You should be able to accomplish this by combining two elements.
Yours, Erik.
you can set a background image to any html element (<div>, <ul>, <body>, etc) and then overlap them using css placement. something to remember here, if you're going towards an xhtml and css website, is to refrain from adding a bunch of tags to get the look you want. that's almost as bad as designing with tables.
good luck!
Bookmarks