css - IE6 Bullet Point Alignment Problem -


Let me currently & lt; Li & gt; There is a problem with My code looks like this in IE6,

  & lt; Ul & gt; & Lt; Li & gt; Some Filler Text Some Filler Text & lt; / Li & gt; & Lt; Li & gt; Some Filler Text Some Filler Text & lt; / Li & gt; & Lt; Li & gt; Some Filler Text Some Filler Text & lt; / Li & gt; & Lt; / Ul & gt;  

The problem is that when I see page 6 in tablets and do not make text lines, as you want, you have to face this problem in any earlier, here Div and li worried for css for record

  # content mild li {/*background-image:url(../images/bullet.gif); Background repeat: do not repeat; Background-position: left bottom; Text-align: left; List-style-status: outside; * / List-style-image: url (../images / bullet.gif); List-style-position: inside; Text-align: left; Margin-bottom: 5px; } #Content Middle {background color: # A3BAD9; Padding-left: 20px; Paddle-right: 20px; }  

Thank you for your help

sico87: -)

You should decide whether you want to use a background-image or list-style-image to add a bullet. I recommend for background-image solutions as in the other IE6 has problems, as you've already seen.


Comments