Hello all,
I have images I float:left on my screen, then I can write my <p> around them... however, when I put in a UL, the bullet then creeps into the image...
I can fix margins, but then the rest of the bullets on the screen move of course... I would like the UL to wrap also.
How do I get it to pick up the correct margin I have set for the image?
Here is my Image and Content CSS:
ThanksCode:#inner{ width:100%; float:left; margin-right:-1px; }/* contain cleared elements from clearing other floats*/ #inner_margin{ margin-left:8px; margin-right: 5px; } #inner_margin p{ line-height: 1.3em; margin-bottom: 1.3em; margin-left: 5px; margin-right: 5px; font-size: .9em; } #inner_margin ul{ margin-left: 2em; font-size: .9em; padding-bottom: .5em; padding-top: .5em; } #inner_margin li{ padding-bottom: .5em; } /*###Image Float#####*/ img.floatleft{ _position:relative; float:left; margin-right: 10px; margin-bottom: 10px; border: 0; } img.floatleft_border{ _position:relative; float:left; margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; } img.floatright{ _position:relative; float:left; margin-right: 10px; margin-bottom: 10px; border: 0; } img.floatright_border{ _position:relative; float:left; margin-right: 10px; margin-bottom: 10px; border: 1px solid #000000; }









Bookmarks