[css-d] Can this stretch be made to work in IE6?

2010-11-14 Thread Claude Needham
Hello All,

http://www.galaxywebsitedesign.com/temp/test.html

The above link works for Firefox 3.6.12, IE8, Safari, and IE7.

Is it possible to make this work in IE6?

The idea is to stretch the pseudo-background image.

I found some nice tutorials that will make this work for the full page.
But I want to only have a background in the div under the content --
not the full page.

Thanks for any help or hints.

Regards,
Claude Needham
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [+] Can this stretch be made to work in IE6?

2010-11-14 Thread Thierry Koblentz
 http://www.galaxywebsitedesign.com/temp/test.html
 
 The above link works for Firefox 3.6.12, IE8, Safari, and IE7.
 
 Is it possible to make this work in IE6?
 
 The idea is to stretch the pseudo-background image.

Works for me in IE6. But I don't think you need that div.
Did you try to style the image itself rather than wrapping it in a div?

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [+] Can this stretch be made to work in IE6?

2010-11-14 Thread Claude Needham
On Sun, Nov 14, 2010 at 8:11 PM, Thierry Koblentz n...@tjkdesign.com wrote:
 http://www.galaxywebsitedesign.com/temp/test.html

 The above link works for Firefox 3.6.12, IE8, Safari, and IE7.

 Is it possible to make this work in IE6?

 The idea is to stretch the pseudo-background image.

 Works for me in IE6. But I don't think you need that div.
 Did you try to style the image itself rather than wrapping it in a div?
 Thierry

Sorry about the false alarm. I just checked again and it works for me too.
I use IETester.
There must have been a cache issue.
Thanks for taking a look.
And thanks for the hint about trying to remove the div.
I'll see if I can get it to work sans div too.

Thanks again,
Claude
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [+] Can this stretch be made to work in IE6?

2010-11-14 Thread David Laakso

On 11/14/10 11:33 PM, Claude Needham wrote:

On Sun, Nov 14, 2010 at 8:11 PM, Thierry Koblentzn...@tjkdesign.com  wrote:

http://www.galaxywebsitedesign.com/temp/test.html

The above link works for Firefox 3.6.12, IE8, Safari, and IE7.

Is it possible to make this work in IE6?

The idea is to stretch the pseudo-background image.

Works for me in IE6. But I don't think you need that div.
Did you try to style the image itself rather than wrapping it in a div?
Thierry

Sorry about the false alarm. I just checked again and it works for me too.
I use IETester.
There must have been a cache issue.
Thanks for taking a look.
And thanks for the hint about trying to remove the div.
I'll see if I can get it to work sans div too.

Thanks again,
Claude




Either way, it's scary:
* html #bg img {
height: 1000px;
}
Best,
Dr Lakra
Oaxaca, Mexico


--
:: desktop and mobile ::
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/