On 27 Sep 2005, at 18:45, Christian Montoya wrote:

< ul >
< li > < a href = " " > < /a > < /li >
< li > ... < /li >
< /ul >

Then, do this.

< ul class="navigation" >
...
< /ul >

and in CSS:

.class li { margin-bottom:1em }

or margin-bottom:2em, if you like.

Thanks, Christian! Do I just change the <ul>...</ul> above to <ul class="navigation">....</ul> ? And where in the CSS (simple.css ?) does .class li { margin-bottom:1em } go? It doesn't seem to affect anything placed in #innerLeftColumn or #leftColumn.
Tony.

______________________________________________________________________
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/

Reply via email to