With the code below in IE, the floating image overlaps the border but doesn't in FF. How can I solve this?
<div style="border:solid 1px #8DA6CE;background:#EEF3FB;padding:3px;">
<img src="/images/myimage.gif" width="75" height="43" border="0" alt="your site" style="float:right;"><strong>Headline</strong><br />
tag line<br />
<a href="/advertise/advertising.asp">advertise</a></div>
<div style="border:solid 1px #8DA6CE;background:#EEF3FB;padding:3px;">
<img src="/images/myimage.gif" width="75" height="43" border="0" alt="your site" style="float:right;"><strong>Headline</strong><br />
tag line<br />
<a href="/advertise/advertising.asp">advertise</a></div>