Jump to content

Using CSS to alter <input>


Guest psychichigh

Recommended Posts

Guest psychichigh

I'm attempting to the alter the looks of the input dialog boxes using CSS but I am not entirely sure what I'm doing wrong.

<input type="text" name="username" class="autoindex_input" />

.autoindex_input{	background-color: #393939;	color: #BBBBBB;	boarder: 1px solid #6C6C6C;	font-size: 13px;}

I checked around the W3schools website and couldn't find anything for this specific problem.As well, I am using FireFox in case that might skew the output. I have not tried viewing in any other browser yet.Thanks in advanced to any and all help on this- PsychicHigh

Link to comment
Share on other sites

What's the problem?The only thing I see in the CSS is that border is spelt wrong. It should be:

border: 1px solid #6c6c6c;

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...