[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/


[css-d] css to control indent

2010-11-14 Thread Keith Purtell
This looked like such a simple problem, but none of my experiments have
worked. On my credits page, I want any long text after the em dash that
wraps to restart below and at that point where the text string begins
after the em dash. Seems like I'm overlooking an obvious solution?

http://www.keithpurtell.com/kthings/credits.htm


- Keith Purtell



__
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] css to control indent

2010-11-14 Thread Rod Castello




- Original Message 
From: Keith Purtell keithpurt...@keithpurtell.com
To: css discuss css-d@lists.css-discuss.org
Sent: Sun, November 14, 2010 9:37:11 PM
Subject: [css-d] css to control indent

This looked like such a simple problem, but none of my experiments have
worked. On my credits page, I want any long text after the em dash that
wraps to restart below and at that point where the text string begins
after the em dash. Seems like I'm overlooking an obvious solution?

http://www.keithpurtell.com/kthings/credits.htm


- Keith Purtell
__

Keith,
One method would be to use two divs, both floated left.
The first div holds the artist's name and the em dash.
The second div is the credit. If the credit is too long, it wraps and starts 
where you want it to be, precisely below the first letter of the start of the 
credit.
It may be harder to input your data, but it should work.
With styling turned off, I believe that the credit would appear below the 
artist's name. Not exactly what you would want, but it might be okay.

That's my thought, but I do hope that someone has a better way to do it.
Rod Castello


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/

__
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/