[css-d] IE6 and 7 giving me fits. Please help?

2008-01-08 Thread Scott Thigpen
Hi,

I'm doing an elastic layout and it works in Safari, Firefox but of
course...IE6 and 7 don't want to play nice.  Could someone be as so kind to
tell me what I'm doing wrong?

here is the site: http://www.sthig.com/photo

here is my CSS: http://www.sthig.com/photo/css/photo.css

any help would be GREATLY apprecaited!

Best
-- 
S c o t t  T h i g p e n
Illustrative Designer
art: http://www.sthig.com
design: http://www.thigpendesigns.com
Phone: 770.527.3958
__
css-discuss [EMAIL PROTECTED]
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] IE6 and 7 giving me fits. Please help?

2008-01-08 Thread Highpowered
Scott Thigpen wrote:
> Hi,
>
> I'm doing an elastic layout and it works in Safari, Firefox but of
> course...IE6 and 7 don't want to play nice.  Could someone be as so kind to
> tell me what I'm doing wrong?
>
> here is the site: http://www.sthig.com/photo
>
> here is my CSS: http://www.sthig.com/photo/css/photo.css
>
> any help would be GREATLY apprecaited!
>
> Best
>   
Try adding {zoom:1%} to your #footer declaration to give it the 
hasLayout property. Doing that fixed it for me on IE6. IE7 (XPSP2) 
didn't appear to cause any trouble for me.
__
css-discuss [EMAIL PROTECTED]
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] IE6 and 7 giving me fits. Please help?

2008-01-08 Thread David Hucklesby
> Scott Thigpen wrote:
>>
>> I'm doing an elastic layout and it works in Safari, Firefox but of 
>> course...IE6 and 7
>> don't want to play nice.  Could someone be as so kind to tell me what I'm 
>> doing wrong?
>>
>> here is the site: http://www.sthig.com/photo
>>
>> here is my CSS: http://www.sthig.com/photo/css/photo.css
>>
>> any help would be GREATLY apprecaited!
>>

On Tue, 08 Jan 2008 16:55:20 -0800, Highpowered replied: 

> Try adding {zoom:1%} to your #footer declaration to give it the hasLayout 
> property.
> Doing that fixed it for me on IE6. IE7 (XPSP2) didn't appear to cause any 
> trouble for
> me.

You may find that 1% makes things a bit small. I suggest either
  {zoom: 1;}  - or - {zoom: 100%;}

Cordially,
David
--


__
css-discuss [EMAIL PROTECTED]
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] IE6 and 7 giving me fits. Please help? - a furtherexplanation

2008-01-08 Thread Kepler Gelotte
Hi Scott,

Try setting the width to 29% for #nav3 and #picture. This should fix the
wrapping problem in IE7.

IE6 doesn't recognize the max-width and min-with properties so you will need
to add an expression to calculate the width for IE6. 

Regards,
Kepler Gelotte
http://www.neighborwebmaster.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Thigpen
Sent: Tuesday, January 08, 2008 9:05 PM
To: css-d
Subject: Re: [css-d] IE6 and 7 giving me fits. Please help? - a
furtherexplanation

Hello all,

Two of you have made suggestions and helping me out and I really appreciate
it, but I may have not explained myself well.  I'm doing a fluid layout and
it works well in Safari, Firefox but in IE6, when shrunk down, it breaks
up.  In IE7 when expanded, it breaks up.  I just thought I'd further explain
myself.

here is the site: http://www.sthig.com/photo
>
> here is my CSS: http://www.sthig.com/photo/css/photo.css


Thank you for your continued help!

Best,
Scott
__
css-discuss [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
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] IE6 and 7 giving me fits. Please help? - a further explanation

2008-01-08 Thread Scott Thigpen
Hello all,

Two of you have made suggestions and helping me out and I really appreciate
it, but I may have not explained myself well.  I'm doing a fluid layout and
it works well in Safari, Firefox but in IE6, when shrunk down, it breaks
up.  In IE7 when expanded, it breaks up.  I just thought I'd further explain
myself.

here is the site: http://www.sthig.com/photo
>
> here is my CSS: http://www.sthig.com/photo/css/photo.css


Thank you for your continued help!

Best,
Scott
__
css-discuss [EMAIL PROTECTED]
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/