Text wrapping in list items
On the follow page:
http://steve.brettatkin.com/Templates/3-column.php
The secondary navigation is overlapping and loosing the indent when the text wraps.
Here 开发者_Python百科is the CSS file:
http://steve.brettatkin.com/inc/css/3-col.css
How do I fix both issues?
Thanks!
Brett
You may want to use a padding or margin instead of text-indent, if you want the indent to affect all lines (not just the first). The overlap is caused by your #navigation a { height: 25px; }
.
精彩评论