Hi Adam, thanks so much for you quick response! I really appreciate the 
help.  :)

On Mar 24, 2006, at 2:26 PM, Adam Kuehn wrote:
> What is your markup?

Doh! sorry about that... Hehe, noob mistake.  :: blushes ::

<div id="hNav">
        <dl>
                <dt></dt>
                <dd></dd>
        </dl>
</div>

> Based on those selectors, you have moved from something like this:
> <div>
> <dl class="hNav"><dd></dd></dl>
> </div>
>
> To something like this:
>
> <div id="hNav">
> <dl><dd></dd></dl>

Correct. I am retrofitting a menu I coded/used on one of my old 
websites.

So, it sounds like this would be the correct syntax:

* html>body #hNav dl>dd

If the code directly above is correct, would this also work (keeping in 
mind that I only want to target IE/Mac):

* html>body #hNav dl dd

Hehe, I am just not used to using the ">" selector. Google'ing now.  :)

Btw, thanks so much for giving me an example, it was really 
informative. Again, I really appreciate your help and time. Basically, 
YOU ROCK!

TIA!
Cheers,
Micky


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to