View Single Post
  #9  
Old September 11th, 2007, 01:11 AM
chadi chadi is offline
Senior Member
 
Join Date: Feb 2004
Posts: 157
I have placed the IE portion in <head> area as you explained, untouched

Code:
<!--[if IE]>
<style type="text/css">
button { margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; }
</style>
<![endif]-->
Code:
<button value="submit" class="submitBtn"><span>View Plans</span></button></a>
Reply With Quote