Re: [css-d] parenting issues

2010-04-23 Thread Chris Blake
Hi, > body#page.corporate That has worked! Thank you so much! Cheers, CB On 23/04/2010, at 7:27 PM, Christian Kirchhoff wrote: > > Am 23.04.2010 12:18, schrieb Chris Blake: >> Hi, >> >> I have added page class suffix to some pages on my website giving the >> . >> I want to rewrite the CSS fo

Re: [css-d] zindex, opacity and iframes

2010-04-23 Thread jeffrey morin
On Friday, April 23, 2010, Theresa Newman wrote: > I'm working on an interesting problem and cannot find good info via google. > I wonder if I can get some authoritative info here ;) > I have a navigation, css based, with opacity on the drop down. It is > positioned with z-index of 200. > > Below

Re: [css-d] zindex, opacity and iframes

2010-04-23 Thread Thierry Koblentz
> Without seeing the URL I can't answer the question regarding flash and > z-index. The one thing I'll note is that due to a lack of > understanding of z-index people often set absurdly high values in the > hope that it will somehow push an element to the top. There are a > couple of things to unde

Re: [css-d] zindex, opacity and iframes

2010-04-23 Thread Tim Snadden
On 24/04/2010, at 4:23 AM, Theresa Newman wrote: > I'm working on an interesting problem and cannot find good info via > google. > I wonder if I can get some authoritative info here ;) > I have a navigation, css based, with opacity on the drop down. It is > positioned with z-index of 200. > > B

Re: [css-d] Help. How to override background image from local page?

2010-04-23 Thread Charles Liu
Christian, Thank you for the explanation. Per instruction, I used short version as (images/newimg.gif). It works. Thanks again, Charles __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] Rounded boxes and IE issues

2010-04-23 Thread Cristian Palmas
2010/4/23 tedd > At 12:12 PM +0200 4/23/10, Cristian Palmas wrote: > >> Hi, >> >> I created a "work in progress" page for my web site and to promote my >> first >> novel. I used the Simple Box by Tedd technique in a derived form. >> I cannot test on IE6+ but I noticed on another pc that in IE6 th

Re: [css-d] zindex, opacity and iframes

2010-04-23 Thread David Laakso
Theresa Newman wrote: > I'm working on an interesting problem and cannot find good info via google. > I wonder if I can get some authoritative info here ;) > I have a navigation, css based, with opacity on the drop down. It is > positioned with z-index of 200. > > Below it in the main body of the p

Re: [css-d] Rounded boxes and IE issues

2010-04-23 Thread tedd
At 12:12 PM +0200 4/23/10, Cristian Palmas wrote: >Hi, > >I created a "work in progress" page for my web site and to promote my first >novel. I used the Simple Box by Tedd technique in a derived form. >I cannot test on IE6+ but I noticed on another pc that in IE6 the rounded >boxes of the page disa

[css-d] zindex, opacity and iframes

2010-04-23 Thread Theresa Newman
I'm working on an interesting problem and cannot find good info via google. I wonder if I can get some authoritative info here ;) I have a navigation, css based, with opacity on the drop down. It is positioned with z-index of 200. Below it in the main body of the page is an iframe containing a fla

Re: [css-d] Help. How to override background image from local page?

2010-04-23 Thread Christian Kirchhoff
Am 23.04.2010 17:05, schrieb Charles Liu: > Hello, > I am trying to build a web and am a CSS newbie. What I want to accomplish is > to have different background images for other pages. I have been trying to > insert embedded style sheet between from local page to > override the default image.

[css-d] Help. How to override background image from local page?

2010-04-23 Thread Charles Liu
Hello, I am trying to build a web and am a CSS newbie. What I want to accomplish is to have different background images for other pages. I have been trying to insert embedded style sheet between from local page to override the default image. But can't make it work. #logo {

Re: [css-d] rounded corners problem

2010-04-23 Thread Rory Bernstein
>>> >>> >> >> The client didn't care about more/less HTTP requests for 4 tiny tiny images >> that will appear everywhere (and get cached). The nested containers just >> plain worked better in ie6, so I went with that. Thanks to all who put in >> their 2 cents. I appreciated the valuable feedb

Re: [css-d] parenting issues

2010-04-23 Thread Ingo Chao
The specificity was already discussed. This aside, I think that #page was chosen as too specific. You may introduce a second class would be the third page of the about section in the coporate pages part of your site. I'd use the id just for one unique page. Otherwise, it is a class. HTH Ing

Re: [css-d] parenting issues

2010-04-23 Thread Mauricio (Maujor) Samy Silva
-Mensagem Original- De: Chris Blake Hi, I have added page class suffix to some pages on my website giving the . I want to rewrite the CSS for the h1 in only the corporate pages. However my body.corporate gets overwritten by #page styles. What order can I layout these IDs, classes s

Re: [css-d] parenting issues

2010-04-23 Thread Christian Kirchhoff
Am 23.04.2010 12:18, schrieb Chris Blake: > Hi, > > I have added page class suffix to some pages on my website giving the > . > I want to rewrite the CSS for the h1 in only the corporate pages. > However my body.corporate gets overwritten by #page styles. What order > can I layout these IDs, class

[css-d] parenting issues

2010-04-23 Thread Chris Blake
Hi, I have added page class suffix to some pages on my website giving the . I want to rewrite the CSS for the h1 in only the corporate pages. However my body.corporate gets overwritten by #page styles. What order can I layout these IDs, classes so that I only style h1 for corporate body?

[css-d] Rounded boxes and IE issues

2010-04-23 Thread Cristian Palmas
Hi, I created a "work in progress" page for my web site and to promote my first novel. I used the Simple Box by Tedd technique in a derived form. I cannot test on IE6+ but I noticed on another pc that in IE6 the rounded boxes of the page disappeared (perhaps because of stacking bug?). I need to fi