Re: [WSG] Scalable background-image?

2005-11-09 Thread Nick Cowie
Another not as far as I know (but that is only as far as CSS2) alternative is to layer content Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras odio leo, feugiat ut, adipiscing vitae, malesuada id, risus. Aenean non augue. Nulla gravida mi id mauris. #image, #content { position: a

Re: [WSG] Scalable background-image?

2005-11-09 Thread Nick Cowie
lets rephrase the last bit of css #image { z-index:1; } #content { z-index:2; } ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting hel

Re: [WSG] Scalable background-image?

2005-11-08 Thread adam reitsma
As far as i know, there is no way to change the scaling of the background image - but, by changing the viewable area of the background, you can effectively change the size.the general way this is done is by intentionally making the background larger than it has to be, so that if the font size is in

RE: [WSG] Scalable background-image?

2005-11-08 Thread Paul Noone
I'm going with 'no' here. I've seen some cool stuff with % in layered divs but no bg images. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jared Smith Sent: Wednesday, 9 November 2005 8:34 AM To: wsg@webstandardsgroup.org Sub

[WSG] Scalable background-image?

2005-11-08 Thread Jared Smith
Is there any way using CSS to get a background-image to scale? I've created an accessible interface that uses em for layout and font sizing control. Everything scales beautifully as the font size changes except for background images, which remain at the size of the original image. I can't seem