Re: [css-d] site-check please, major ie6 issues

2007-12-01 Thread Peter Hyde-Smith

Subject: Re: [css-d] site-check please, major ie6 issues


 Peter Hyde-Smith wrote:
 http://www.bildas.fatpawdesign.com/index.html


 Probably too much 'hasLayout' for IE6' liking already :-)

 IE6 seems to have serious stacking-problems, and there's too many
 'stacking-correctors' in there too.

 Changing to default on the problematic elements...

 #weeklyspecials {
 position : static;
 }

 #rightcol {
 position : static;
 }

 ...will make it appear as intended in IE6.

 regards
 Georg
 -- 
 http://www.gunlaug.no

Georg:

Made change as recommended. Would appreciate another check. Can I just take 
out those particular 'position' declarations out all together?

Peter 

__
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] site-check please, major ie6 issues

2007-12-01 Thread Gunlaug Sørtun
Peter Hyde-Smith wrote:

 http://www.bildas.fatpawdesign.com/index.html

 Made change as recommended. Would appreciate another check.

Working just fin in IE6 (on w2k).

 Can I just take out those particular 'position' declarations out all 
 together?

Yes, that _should_ automatically take it back to default - static, and
give the same result.

regards
Georg
-- 
http://www.gunlaug.no
__
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-d] site-check please, major ie6 issues

2007-11-30 Thread Peter Hyde-Smith
http://www.bildas.fatpawdesign.com/index.html

Hello All:

I'd appreciate a site check of above page. Seems well behaved except in IE6, 
which is losing the floated green box in the left column, and evidently the 
whole content of the right column. Something somewhere probably needs 
'has-layout' but I can't figure out what. General hack and slash with 
constructive comments welcome.

Best Regards,

Peter

Peter Hyde-Smith
(FF/O/IE7/Avant in WinXP+SP2)
www.fatpawdesign.com

__
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] site-check please, major ie6 issues

2007-11-30 Thread Ernie Finlay
I checked IE6, it looks OK to me,same with opera.
 
Ernie :))



 From: [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Date: Fri, 30 Nov 
 2007 22:27:46 -0600 Subject: [css-d] site-check please, major ie6 issues  
 http://www.bildas.fatpawdesign.com/index.html  Hello All:  I'd appreciate 
 a site check of above page. Seems well behaved except in IE6,  which is 
 losing the floated green box in the left column, and evidently the  whole 
 content of the right column. Something somewhere probably needs  
 'has-layout' but I can't figure out what. General hack and slash with  
 constructive comments welcome.  Best Regards,  Peter  Peter Hyde-Smith 
 (FF/O/IE7/Avant in WinXP+SP2) www.fatpawdesign.com  
 __ 
 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/
_
Your smile counts. The more smiles you share, the more we donate.  Join in.
www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline
__
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] site-check please, major ie6 issues

2007-11-30 Thread Gunlaug Sørtun
Peter Hyde-Smith wrote:
 http://www.bildas.fatpawdesign.com/index.html

 I'd appreciate a site check of above page. Seems well behaved except 
 in IE6, which is losing the floated green box in the left column, and
 evidently the whole content of the right column. Something somewhere
 probably needs 'has-layout' but I can't figure out what.

Probably too much 'hasLayout' for IE6' liking already :-)

IE6 seems to have serious stacking-problems, and there's too many
'stacking-correctors' in there too.

Changing to default on the problematic elements...

#weeklyspecials {
position : static;
}

#rightcol {
position : static;
}

...will make it appear as intended in IE6.

regards
Georg
-- 
http://www.gunlaug.no
__
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/