<span></span> gets ignored on IE8, not on mozilla
Posted
by Omu
on Stack Overflow
See other posts from Stack Overflow
or by Omu
Published on 2010-06-01T11:53:54Z
Indexed on
2010/06/01
13:23 UTC
Read the original article
Hit count: 243
I have something like this:
<ul>
<li>
<div>
<div style="display:inline">
<a><span class="ui-icon ui-icon-circle-plus floatleft "></span></a>
</div>
<input type="checkbox"> <label>good</label>
</div>
</li>
</ul>
the bullet goes above the span on IE8, I would like to make it stay before the span just like in Mozilla, anybody knows how ?
© Stack Overflow or respective owner