Jeralyn Merideth wrote:
> Hi Peter,
> 
> I added the code like the tutorial said and it's now lined up in FF, but 
> IE is mis-aligned. Did I miss something?? :-)
>  
> Jeralyn Merideth - Owner
> 
> Designs by Jeralyn
> A Division of
> 5 Points Interactive
> Creative Design Solutions for Web and Print
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> Hi
> 
> Look at this tutorial on child selectors
> 
> http://24ways.org/2005/avoiding-css-hacks-for-internet-explorer
> 
> IE7 behaves more properly than IE6 so don't worry about it reading the
> child selector. You can look up conditional comments as a last resort.
> 
> Have fun
> 
> -- 
> Peter Mount
> Web Development for Business
> Mobile: 0411 276602
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> http://www.petermount.com
> 
> 
> ------------------------------------------------------------------------
> Never miss a thing. Make Yahoo your homepage. 
> <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>

Hi

What code are you using now?

You use the child selector to target FF and other compliant browsers (as 
well as IE7). Eg

h1{
        color: blue;
        background-color: transparent;
}

html>body h1{
        color: black;
        background-color: white;
}


-- 
Peter Mount
Web Development for Business
Mobile: 0411 276602
[EMAIL PROTECTED]
http://www.petermount.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