> sorry to ask such a lame question but: > > currently my list items have no space between them, it would > be nice to > have .5em.
> would it be as simple as adding padding or margin to the > bottom of the > <li>? > > here is the offender > > http://www.ricochet.org/abec_test/why_so_important.html > > http://www.ricochet.org/abec_test/stylesheets/abec_global.css ron- Yes, you can add padding or margin to the li tag, top or bottom. In your situation, you might consider adding it to the top so that nested li's get some spacing between the bullet above them. Of course this will also introduce a bit of space at the top of your first list item as well. Nice looking page, btw. Regards, Ron ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
