Need help with how to do this input

Hello,

I have a site arucpa.com everything looked great on firefox, However when I loaded it on IE i could of crapped lol. I guess IE handles margins differently, and to make it look good on IE it looks like crap on FF, and vice versa.

So here is what i was using in header.php

[php]


[/php]

And here is what it looks like in css

.top_form{ float:right; margin-top:5px; margin-left:132px;}
.top_form fieldset{ border:none; display:block;}
.top_form fieldset label{position:relative; float:left; overflow:hidden; margin-right:7px;}
.top_form fieldset label .user{ position:absolute; left:13px; top:11px; background:url(../images/user.jpg) no-repeat; width:26px; height:24px; float:left;}
.top_form fieldset label .password{position:absolute;  left:13px; top:11px; background:url(../images/password.jpg) no-repeat; width:42px; height:43px; float:left;}
.top_form fieldset label .input_text{border-radius:7px;
-webkit-border-radius:7px;
-ms-border-radius:7px;
-moz-border-radius:7px;
-o-border-radius:7px;
 background: #000001; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM5M2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #000001 1%, #38393c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000001), color-stop(100%,#38393c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000001 1%,#38393c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000001 1%,#38393c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000001 1%,#38393c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000001 1%,#38393c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#38393c',GradientType=0 ); /* IE6-8 */ 
height:43px; line-height:43px; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#fff; border:none; float:left; width:128px; padding:0 9px 0 45px;}
.top_form fieldset .input_submit{ margin-top:2px; margin-left:132px; font-family: 'Beba'; padding-left:23px; text-align:left; font-size:16px; color:#fff; float:left; text-transform:uppercase; width:100px; height:25px; border:none; width:100px; background:url(../images/submit_bg.png) no-repeat;  text-align:center; text-shadow:0 2px 1px #000; -webkit-text-shadow:0 2px 1px #000; -ms-text-shadow:0 2px 1px #000; -moz-text-shadow:0 2px 1px #000; -o-text-shadow:0 2px 1px #000; }

I tried for several hours to fix this, finally i gave up … So I am asking here how can i fix this and if it can not be fixxed how can i change the top box that says affiliate Login to handle the submit part

Thank you in advance

Sponsor our Newsletter | Privacy Policy | Terms of Service