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?

snip.........................

#landscape2
{
background:#ffE6B5 url(../images/web_design_base.jpg) no-repeat bottom;
position:relative;
left:1.9em;
top:9em;
width:71.7em;
height:32.2em;
z-index:12;
}
#landscape9
{
background:#ffE6B5 url(../images/web_design_base2.jpg) no-repeat bottom;
position:relative;
left:1.9em;
top:9em;
width:71.7em;
height:32.2em;
z-index:12;
}
etc etc

snip...........................

I have about 20-30 entries with this layer just because it has a different 
backgound image.

TIA

Trevor Boult
http://www.tboult.co.uk ______________________________________________________________________
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