Just switch the order:

ul.ContentAreaPadding { styles } is looking for this: <ul
class="ContentAreaPadding">


.ContentAreaPadding ul {styles} will look for any ul inside the class
.ContentAreaPadding

Like this:

<p class=".ContentAreaPadding">
<ul>
<li><li>
</p>

Then you can target the li using  .ContentAreaPadding ul li {styles}

Hope this Helps,

Jamie


On Sun, May 3, 2009 at 6:31 AM, [email protected] <[email protected]>wrote:

> .ContentAreaPadding {
>

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to