Jump to content

IE9 beta input css bug??


shoopaie

Recommended Posts

I was wondering if anything has encountered this issue in IE9, which also seems to be there with IE8. I am trying to insert an image to replace default input text boxes. In opera, firefox, etc, the white background behind the transparent .png images do not show, however in IE they do. Here is my css code for these input boxes.

The first pic is of IE buggy, and the second picture is firefox displaying it correctly.

 

IEissue.JPG

firefox.JPG

 

 

 

input {

background:url('images/whitebutton.png');
height:30px;
padding-left:12px;
background-repeat:no-repeat;
margin-right: 0px;
float:right;
outline: 0;
border:none;
background-color:none;

}

 

 

My standard HTML code:

 

<form action="registerSubmit.php" method="post" />
Name:        <input type="text" name="name" /><br>
Username: <input type="text" name="username" /><br>
Email:         <input type="text" name="email" /><br>
Password: <input type="password" name="pass1" /><br>
Password (again): <input type="password" name="pass2" /><br>
<input id="submit" type="submit" name="submit"  value="Register!"/>
<input type="hidden" name="registerSubmit" />
</form>

 

So if anyone knows how to get the white background gone, and the inputs to lineup correctly instead of being offset in IE, that would be cool. And, if someone knows a good website that shows fixes to known IE bugs, that would be great too, thank you!!!

 

Adam.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...