开发者

Text wrapping in list items

开发者 https://www.devze.com 2023-03-21 02:56 出处:网络
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.

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; }.

0

精彩评论

暂无评论...
验证码 换一张
取 消