Hello folks,

My apologies for the title, but I couldn't think of another way to 
signal my question.

I have a div within which can appear table, p, or li elements. I want 
these elements to have a left hand margin of 10px so...

#myDiv p, #myDiv table, #myDiv li {
        margin-left: 10px;
}

However, sometimes the li elements are within a table within 
#myDiv.  I'd appreciate some guidance on how to write my CSS so that 
those li elements (within a table within #myDiv) are not given a left 
margin of 10px?

Thanks,

Bruce

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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