Using Themed Icons

Using Themed Icons


I am using the Blitzer theme. I am creating my own buttons, with an
icon on the button as well. It displays fine in firefox, however, in
IE, the icon seems to be overwriting the html content and part of the
button is not displayed.
<div class="ui-widget">
<p class="button" style="width:100px">
<a href="[myhref]" class="ui-state-default ui-corner-
all"><span class="ui-icon ui-icon-home">
</span>Home</a>
...
</div>
Any help would be appreciated