Brett
Brett

Reputation: 887

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 is the CSS file:

http://steve.brettatkin.com/inc/css/3-col.css

How do I fix both issues?

Thanks!

Brett

Upvotes: 1

Views: 382

Answers (1)

jtbandes
jtbandes

Reputation: 118691

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

Upvotes: 1

Related Questions