David Laakso wrote:

> Alan Gresley wrote:
> >
> > And now the test (fingers crossed).
> >
> > http://css-class.com/test/beta-0-1.htm
> >
> > May I please have a check again in IE/Mac. 
> >
> > Alan
> 
> Closer now. But, we still have a little way to go yet.
> <http://www.chelseacreekstudio.com/ca/cssd/ag4.png>
> 
> -- Victory belongs to the most persevering.
> Napoleon Bonaparte (1769 - 1821)
> 
> -- 
> http://chelseacreekstudio.com/


Well I guess Napoleon would be proud of me for persevering with IE/Mac. I think 
I have cracked it at last. Thank you David for your timely screenshot. I think 
I see what is happening now with the header.

The menu should now be situated correctly in IE/Mac and removing the [href] in 
my CSS (a[href]) should now allow the anchors to take real shape (missed that 
one) in the menu. The "CSS Test Pages" header should now be located at the 
opposite end of the blue~green bar that the menu is hopefully sitting in.

The header element which has the "My dream" text is called by this.

div+div+*+div 
{height:120px;width:81%;background:url(../images/backbluegreen1b.jpg) 50% 
0%;background: url(../images/backbluegreen1.jpg), 
url(not-a-real.jpg);-webkit-background-size: auto, 100% 
100%;-o-background-size:100% 100%;-khtml-background-size:100% 100%}

Phillipe, on this page.

http://dev.l-c-n.com/CSS3-selectors/browser-support.php

You mentioned about grouped selectors:

"IE Mac: it incorrectly recognizes a group that contains selectors or tokens 
that it does not support."

Is that referring to the string of group selectors or does that also mean 
anything that is in the whole declaration block for the group selectors? I have 
noticed that the blue~green strip sits outside the header. I misunderstood and 
earlier screenshot by Robin and realized that this strip was covering my "CSS 
Test Pages" header (.float2 h3) and since I have absolutely position the header 
for IE/Mac only, then the top offset may have been wrong.

.float2 h3 {position:absolute;left:10px;top:130px;font-size:140%;margin:-1.1em 
0 0;color:#CAD0D8;color: hsla(152, 35%, 82%, 0.5);}

The correction for IE/Mac now is.

div.float2 h3 {top:10px;z-index:1}

Can I please have another check for IE/Mac?

:-)

Alan

http://css-class.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/

Reply via email to