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: h1 id=logoa href=#Time Logo/a/h1 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;

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

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

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 in

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

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]

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]

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. I'm

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/fx.png

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 z-index. Both

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.