Trevor Boult wrote:
> Hi All,
> 
> Is their an elegant way of specifying a different background image in
> a layer if the layer co-rds etc are the same, only the background
> image changes? 

You could try this:

whateverGetYouToAllTheElements {
background:#ffE6B5 no-repeat bottom; 
position:relative;
left:1.9em;
top:9em;
width:71.7em;
height:32.2em;
z-index:12;
}

whateverGetYouToThisParticularElement {
background-image:url(../images/web_design_base2.jpg)}

whateverGetYouToThisParticularElement {
background-image:url(../images/web_design_base3.jpg)}

etc etc

Thierry | www.TJKDesign.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to