Re: [css-d] UL List StairStep in IE7 and IE6

2009-04-27 Thread Tim Snadden
> > Presently in IE6 and IE7 I get a stair step affect where the UL hits > the > bottom edge of the image and it out dents the rest of the bullets over > to the left. > > Example at: http://www.lane-consulting.com/Tests/PRA/BIRC.php You may have changed your example, but all you need to do is se

[css-d] UL List StairStep in IE7 and IE6

2009-04-27 Thread Conjurer
Do I just need to use display: inline-block as opposed to display: block? --- This is working as intended in FF 3.0.8 and in IE 8. But it is not working as intended in IE6 and IE7. Is there a way to keep the bullets lined up vertically when there is an image inserted (floated)

Re: [css-d] UL List StairStep in IE7 and IE6

2009-04-27 Thread Kevin Rodenhofer
Or, even simpler, float all images to the right. Conjurer wrote: > This is working as intended in FF 3.0.8 and in IE 8. But it is not > working as intended in IE6 and IE7. > > Is there a way to keep the bullets lined up vertically when there is an > image inserted (floated) to the left of the t

[css-d] UL List StairStep in IE7 and IE6

2009-04-27 Thread Conjurer
This is working as intended in FF 3.0.8 and in IE 8. But it is not working as intended in IE6 and IE7. Is there a way to keep the bullets lined up vertically when there is an image inserted (floated) to the left of the text? Basically I want the paragraph following the UL to wrap over below th