Re: [css-d] Site Check Please: IE 6 / CSS Zen Garden Project

2008-04-15 Thread Valerie Wininger
In IE6 the layout is fine, but instead of a drop shadow behind the container
div, I see a solid gray border. You can see a screen shot here:
http://valeriewininger.com/css_list/ssCssZenGarden.jpg

Valerie
www.valeriewininger.com


On Mon, Apr 14, 2008 at 4:53 PM, Alan K Baker [EMAIL PROTECTED] wrote:

 It's not too bad in IE6. It's not perfect but it's far from broken.

 Regards,

 Alan.

 www.theatreorgans.co.uk
 www.virtualtheatreorgans.com
 Admin: ConnArtistes, UKShopsmiths, 2nd Touch  A-P groups
 Shopsmith 520 + bits
 Flatulus Antiquitus


  - Original Message -
  From: Elli Vizcaino
  To: CSS Discuss
  Sent: Monday, April 14, 2008 9:31 PM
  Subject: [css-d] Site Check Please: IE 6 / CSS Zen Garden Project


  Hello,

  I was given the CSS Zen Garden project as a design
  test and I have something up on my server that I'm
  working on:
  http://e7flux.com/csszengarden/chaoticspring.html

  I've checked across IE6, 7,  8, FF Windows  Mac and
  Safari Mac. They all seem fine except in IE6. The last
  time I checked via www.browsershots.org the layout was
  completely broken and looks like this in IE6:
  http://e7flux.com/csszengarden/ie6.png - Is this the
  haslayout bug? Haven't been able to get a screenshot
  from  browershot.org in over an hour. Can someone
  check and tell me if it's still broken and if so, how
  can I fix it?

  TIA,
  Elli

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




-- 
Valerie Wininger
www.valeriewininger.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: IE 6 / CSS Zen Garden Project

2008-04-15 Thread Elli Vizcaino
Thanks. I'm using a PNG file in the background and had
a .htc file call in the HTML which I removed, so now
the transparency doesn't show in IE6 - the .htc file
was causing it not to layout right. I will resort to
using a different image file format for the reasons
mentioned as well as the fact, the part of the
challenge with the Zen Garden project is not two touch
the HTML. Thanks for checking though!

Elli 


--- Valerie Wininger [EMAIL PROTECTED]
wrote:

 In IE6 the layout is fine, but instead of a drop
 shadow behind the container
 div, I see a solid gray border. You can see a screen
 shot here:

http://valeriewininger.com/css_list/ssCssZenGarden.jpg
 
 Valerie
 www.valeriewininger.com
 
 
 On Mon, Apr 14, 2008 at 4:53 PM, Alan K Baker
 [EMAIL PROTECTED] wrote:
 
  It's not too bad in IE6. It's not perfect but it's
 far from broken.
 
  Regards,
 
  Alan.
 
  www.theatreorgans.co.uk
  www.virtualtheatreorgans.com
  Admin: ConnArtistes, UKShopsmiths, 2nd Touch  A-P
 groups
  Shopsmith 520 + bits
  Flatulus Antiquitus
 
 
   - Original Message -
   From: Elli Vizcaino
   To: CSS Discuss
   Sent: Monday, April 14, 2008 9:31 PM
   Subject: [css-d] Site Check Please: IE 6 / CSS
 Zen Garden Project
 
 
   Hello,
 
   I was given the CSS Zen Garden project as a
 design
   test and I have something up on my server that
 I'm
   working on:
   http://e7flux.com/csszengarden/chaoticspring.html
 
   I've checked across IE6, 7,  8, FF Windows  Mac
 and
   Safari Mac. They all seem fine except in IE6. The
 last
   time I checked via www.browsershots.org the
 layout was
   completely broken and looks like this in IE6:
   http://e7flux.com/csszengarden/ie6.png - Is this
 the
   haslayout bug? Haven't been able to get a
 screenshot
   from  browershot.org in over an hour. Can someone
   check and tell me if it's still broken and if so,
 how
   can I fix it?
 
   TIA,
   Elli
 
 

__
  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/
 
 
 
 
 -- 
 Valerie Wininger
 www.valeriewininger.com
 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
__
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: IE 6 / CSS Zen Garden Project

2008-04-15 Thread David Laakso
Elli Vizcaino wrote:


  http://e7flux.com/csszengarden/chaoticspring.html

  




You have height:1%; on the below selector.  You may (?) want to feed 
that only to IE/6, as compliant browsers might do better without it at 
+2 font-scaling.
.p5 {
height: 1%;
}
__
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: IE 6 / CSS Zen Garden Project

2008-04-14 Thread Elli Vizcaino
Hello,

I was given the CSS Zen Garden project as a design
test and I have something up on my server that I'm
working on:
http://e7flux.com/csszengarden/chaoticspring.html 

I've checked across IE6, 7,  8, FF Windows  Mac and
Safari Mac. They all seem fine except in IE6. The last
time I checked via www.browsershots.org the layout was
completely broken and looks like this in IE6:
http://e7flux.com/csszengarden/ie6.png - Is this the
haslayout bug? Haven't been able to get a screenshot
from  browershot.org in over an hour. Can someone
check and tell me if it's still broken and if so, how
can I fix it?

TIA,
Elli 


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
__
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/