WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Using UL for links

for

From: Michael D. Roush
Date: Mar 16, 2004 9:50PM


Give your <li> items a specific bottom margin. The default is a single line space.

If you are using an external stylesheet or a <style>...</style> tag in the head of the document, try inserting something like this....

li { margin-bottom: 1.5ex; }

If you want to use something inline just on those specific line items.....

<li style="margin-bottom: 1.5ex;">List item is here.</li>

This should leave the line spacing for individual line items that wrap unaffected.

Michael


----- Original Message -----
From: Leesa Lavigne
To: <EMAIL REMOVED>
Sent: Tuesday, March 16, 2004 11:22 PM
Subject: Using UL for links


Hi,

I just tried using the UL for side links and like it except for one thing that you might be able to help me with. I would like more vertical spacing between each link. I couldn't find a CSS attribute that worked just between the li