Jump to content

input:focus issues in IE


cubic

Recommended Posts

I have the following code in my style sheet:

input, textarea, select {	background: #f1eff2;	border: 1px solid #665f6f;	color: #000;	font: 10px Verdana, Arial, Helvetica, sans-serif;	margin: 1px;	padding: 2px;}input:focus, textarea:focus, {	background: #fff;	border: 1px solid #000000;}

This works fine, changing the color of the input boxes to highlight them when the focus is on them when using Firefox, but does not work at all in IE. I am not using any javascript, and would like to avoid doing so if possible.Any Suggestions? Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...