CSS dilemma
-
Here’s the situation I cannot solve… I use a page to list a post category, with each post being in an
litag. Each post has an image which I{floated:left}. Each post has a title, and I removed it’s bullet. The content of the post is displayed and it is also a bullet list, but since I floated the image I need to useoverflowto make the container expand to accommodate the image. Once I applyoverflowI lose the bullet on the content. Without usingoverflowthe content has bullets, but the image extends past the bottom of the container. Anyone know a way around this?The offending page is here… http://equipyourmind.niftywebdesigns.com/shortest-summary/
The topic ‘CSS dilemma’ is closed to new replies.