>What about using a definition list?

Thanks, but 
A) it's a pig to style (I can't seem to get each di to display as a list item 
for a start
B) it's not really a definition list, semantically

I got the anchors in the ul to work using this:

ul#private li a {
        display: block;
        margin: 10px 0 10px 0;
        width: 10%;
        white-space: nowrap;
}

That way, the link pushes the width wider than 10% (due to not being able to 
wrap the text in the element, but the 'clickable' area of the link is only 
where the text is (i.e.: it doesn't stretch across the whole container).

Tested successfully on IE7, FF and Opera so far.

Paul


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to