Jump to content
MakeWebGames

CSS Textbox Edit ANY VERSION


Guest Sniko`

Recommended Posts

Guest Sniko`

For Those Who Dont Know So For The Really Good Coders Please Dont Bad Comment This

To Edit The Text Box

input, textbox {
background: #222222;
color: #FFFFFF;
border: 3;
border-color: marroon;
padding: 3;
}

You Can Add More If You Want....Change The Colors ECT ECT

Link to comment
Share on other sites

Re: CSS Textbox Edit ANY VERSION

 

<style type="text/css">
input.field {
background: #222222;
color: #FFFFFF;
border: 3px marroon solid;
padding: 3px;
}
</style>

 

;)

 

in the input feild you want put class="field" because you most probly wont want big silly inputs all over your site :P

Link to comment
Share on other sites

Re: CSS Textbox Edit ANY VERSION

 

i already have a girlfriend

along with the bank job that employees you for what is it 50k a month

they would employee a kid without a degree and driving license because your so damn good at coding ain't you kyle...

pull my other leg mate it has bells on it

Link to comment
Share on other sites

Guest Anonymous

Re: CSS Textbox Edit ANY VERSION

 

Google has everything.

Cuil doesn't. lol :lol:

Don't understand how Cuil has done so well, with it's poor spamy results.

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.

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.

×
×
  • Create New...