lesmith
08-23-2007, 09:41 PM
Hello Peeps
I am creating a new template simple template and I am getting a little annoye with IE7.
In my CSS I have stated the background / border & text colors. working perfect in Firefox but in IE7 the second first text box oes not render the correct colors.
Here is the code.
/*********** Forms ****************/
form{ margin:0; padding:0; font-size:11px;}
input{ background:#5d5d5d; border:1px solid #666666; color:#bababa;}
.topinput{ width:100px;}
.inputbutton{ border:0;}
And the simple form.
<form action="#" method="post">
<input type="text" id="123" email" value="Email" class="topinput"/><br>
<input type="password" id="456" name="password" value="Password" class="topinput"/><br>
<input type="image" src="/img/login.gif" name="clsubmit" class="inputbutton" /><br>
</form>
And here is a picture of what is happening.
http://poukie.site-proof.co.uk/img/example.gif
Is this a IE7 bug.
Hope you can advise.
Ta
I am creating a new template simple template and I am getting a little annoye with IE7.
In my CSS I have stated the background / border & text colors. working perfect in Firefox but in IE7 the second first text box oes not render the correct colors.
Here is the code.
/*********** Forms ****************/
form{ margin:0; padding:0; font-size:11px;}
input{ background:#5d5d5d; border:1px solid #666666; color:#bababa;}
.topinput{ width:100px;}
.inputbutton{ border:0;}
And the simple form.
<form action="#" method="post">
<input type="text" id="123" email" value="Email" class="topinput"/><br>
<input type="password" id="456" name="password" value="Password" class="topinput"/><br>
<input type="image" src="/img/login.gif" name="clsubmit" class="inputbutton" /><br>
</form>
And here is a picture of what is happening.
http://poukie.site-proof.co.uk/img/example.gif
Is this a IE7 bug.
Hope you can advise.
Ta