Climis, Tim wrote:
>> What about doing it backwards then put a class on the <p> and target the
>> following <ul>
> 
> What I'm going for is to take the bottom margin off of a paragraph preceding 
> a list.  I don't need the list to be styled any differently, so there's no 
> reason to target it at all.
> 
[...]
Tim,
How about *adding* a negative top margin to the UL? viz:

p + ul { margin-top: -1em; }


Cordially,
David
--
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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