Soldato
- Joined
- 18 Oct 2002
- Posts
- 16,035
- Location
- The land of milk & beans
Hey all,
Quick Q, I've got the below code:
In FF it looks great:
In IE, it does not...
can anyone see why IE is adding the additional padding?
I swear I'm going to go postal over this one in a minute
TIA
Quick Q, I've got the below code:
Code:
<div style="width: 235px;">
<img src="images/btn-discuss-left.gif" style="float: left;" />
<div style="background-image: url('images/btn-discuss-bg.gif'); background-repeat: repeat-x; float: left; width: 173px; height: 30px; display; inline;"><a href="#" style="margin-top: 7px; display: block; font: bold 10pt arial; color: #FFFFFF; text-decoration: none;">Discuss your project</a></div>
<img src="images/btn-discuss-right.gif" style="" />
</div>

In IE, it does not...

can anyone see why IE is adding the additional padding?
I swear I'm going to go postal over this one in a minute

TIA