I need to make design like this,
to make this possible i used dotted line as background of li and + icon as a list-style-image. but it's not looking same in all browsers.
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4</li>
<li class="last">item 5</li>
</ul>
IE7 and 6 it's looking like this