O, I see, I totally mis-interpreted what you were talking about. I was picturing a list sitting at the bottom of the page or something... Duh.
Well, the only easy trick I can think of is to have an image (whether visible or the same color as the background) at the start of each LI:
Code:
<li><img src="image.gif"><a href="#">Link</a></li>
and then have this in the css:
Code:
li img {vertical-align:bottom;}
I guess that's not too satisfying, though, and there's probably a better way; so I'm sure someone better at CSS will suggest something.
Bookmarks