Re: [css-d] Should z-index apply to elements with opacity

2007-11-25 Thread Ingo Chao
Thank you Philippe and Alan for the clarification and extensive testing, much appreciated. For WebKit's part, I filed http://bugs.webkit.org/show_bug.cgi?id=16130 regards, Ingo -- http://www.satzansatz.de/css.html __ css-dis

Re: [css-d] Should z-index apply to elements with opacity

2007-11-25 Thread Alan Gresley
> Original Message > Subject: Re: [css-d] Should z-index apply to elements with opacity > From: Ingo Chao <[EMAIL PROTECTED]> > Date: Mon, November 26, 2007 10:51 am > To: Alan Gresley <[EMAIL PROTECTED]> > Cc: css-d@lists.css-discuss.org > > Alan Gresley wrote: > > > Ingo Cha

Re: [css-d] site check please..

2007-11-25 Thread David Laakso
David Laakso wrote: > Rob freeman wrote: >> Hello everyone, I have been working on a little >> site for some friends which I have just uploaded. >> Could anyone please check the site in older browsers >> For any problems (its not complete). >> >> I have workied in OSX running firefox and safari. >>

Re: [css-d] Should z-index apply to elements with opacity

2007-11-25 Thread Philippe Wittenbergh
On Nov 26, 2007, at 1:34 AM, Alan Gresley wrote: > Ingo Chao wrote: > >> Hi, >> >> Safari Webkit, Firefox 3b and Opera 9.5b render this test different: >> >> http://www.satzansatz.de/cssd/tmp/opacity/ >> ... >> >> The red box and the blue box have opacity set. In addition, the first >> one gets a

Re: [css-d] Should z-index apply to elements with opacity

2007-11-25 Thread Ingo Chao
Alan Gresley wrote: > Ingo Chao wrote: > >> Hi, >> >> Safari Webkit, Firefox 3b and Opera 9.5b render this test >> different: >> >> http://www.satzansatz.de/cssd/tmp/opacity/ ... Screenshots: >> http://www.satzansatz.de/cssd/tmp/opacity/webkit.png >> http://www.satzansatz.de/cssd/tmp/opacity/

Re: [css-d] CSS Tests

2007-11-25 Thread Mike A
From: "David Hucklesby" <[EMAIL PROTECTED]> > On Mon, 19 Nov 2007 16:54:52 +0100, Gabriele Romanato wrote: >> Dear all, >> after a long period of depression, ... > > Odd, that. So many highly talented people I read about seem to have > suffered depression, at least in some part of their lives. Hmm.

Re: [css-d] update, can you check this site now

2007-11-25 Thread Hakan K
Looks ok on IE6, FF 2.0.0.9 Hakan http://dominor.com On Nov 25, 2007 2:03 PM, Rob freeman <[EMAIL PROTECTED]> wrote: > http://www.precociouscollective.com/ > > -- > Rob Freeman > [EMAIL PROTECTED] > __ > css-discuss [EMAIL PR

Re: [css-d] update, can you check this site now

2007-11-25 Thread Jim Davis
Looks good in IE6 win now. Jim On Nov 25, 2007 11:03 AM, Rob freeman <[EMAIL PROTECTED]> wrote: > http://www.precociouscollective.com/ > > -- > Rob Freeman > [EMAIL PROTECTED] > __ > css-discuss [EMAIL PROTECTED] > http://www.cs

Re: [css-d] update, can you check this site now

2007-11-25 Thread Andrew Doades
I had a look trough all of the pages on the first post, and all but the artist one looks good! Rob freeman wrote: > http://www.precociouscollective.com/ > > __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/l

[css-d] update, can you check this site now

2007-11-25 Thread Rob freeman
http://www.precociouscollective.com/ -- Rob Freeman [EMAIL PROTECTED] __ 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

Re: [css-d] site check please..

2007-11-25 Thread Andrew Doades
Looks, good, Some of the image boxes dropped a little down the page in Safari on Windows xp for me! but in FireFox and IE7 all looks good! Rob freeman wrote: > Hello everyone, I have been working on a little > site for some friends which I have just uploaded. > Could anyone please check the site

Re: [css-d] site check please..

2007-11-25 Thread Jim Davis
Looks like it breaks in IE6 win. See screen shot here: http://www.jimdavis.org/test/ie6.jpg You can see how you site will render in different browsers and os's for free here: http://browsershots.org/ Jim On Nov 25, 2007 10:34 AM, Rob freeman <[EMAIL PROTECTED]> wrote: > Hello everyone, I have b

[css-d] site check please..

2007-11-25 Thread Rob freeman
Hello everyone, I have been working on a little site for some friends which I have just uploaded. Could anyone please check the site in older browsers For any problems (its not complete). I have workied in OSX running firefox and safari. http://www.precociouscollective.com/artists.html this page

Re: [css-d] Should z-index apply to elements with opacity

2007-11-25 Thread Alan Gresley
Ingo Chao wrote: > Hi, > > Safari Webkit, Firefox 3b and Opera 9.5b render this test different: > > http://www.satzansatz.de/cssd/tmp/opacity/ > > #stackA { > opacity: 0.66; > z-index: 2; > background: red; > width: 300px; > height: 300px; > } > > #stackA p

[css-d] Should z-index apply to elements with opacity < 1.0 ?

2007-11-25 Thread Ingo Chao
Hi, Safari Webkit, Firefox 3b and Opera 9.5b render this test different: http://www.satzansatz.de/cssd/tmp/opacity/ #stackA { opacity: 0.66; z-index: 2; background: red; width: 300px; height: 300px; } #stackA p { position: relative;

Re: [css-d] css-d Digest, Vol 60, Issue 16

2007-11-25 Thread Tim Wright
Re: [css-d] IE6 Problem: Logo won't show Karl, try something like this: XHTML: Time Logo CSS: h1#logo { position: absolute; top: 51px; right: 196px; margin: 0; padding: 0; } h1#logo a{ background: #CCE181 url(../images/time-logo.gif) left top; text-indent:-px; display:block; width:142px; h