Jump to content

[SOLVED] customize textboxes


proggR

Recommended Posts

I'm not sure if this is the right section or if I should be in the HTML forum but I

looking to customize text inputs. Look at twitter's homepage for reference. They're clearl not the default html textboxes so how would they be changed? I plan on googling more about it but I'm fairly limited with my ability to connect to the Internet right now. Any help or pointers would be great.

Thanks in advance for any help.

Link to comment
https://forums.phpfreaks.com/topic/161239-solved-customize-textboxes/
Share on other sites

sorry for my spelling being terrible. I'm on my phone since it's the only way I can get online right now.

I meant the user name and password textbox. Compare that to when you type <input type="text"> and theyre different. Twitter's is larger and has solid borders. That's what I'm trying to do but a littl larger still. Can I change the font used inside a textbox and have it change the size? And can I change the border of the textbox so it's solid all around, no matter the browser or OS?

If anyone knows that'd be great. Whenever I get a chance I'm going to look through twitter's code and see if it has any clues but I'm hoping to find the answer somewhere else if I can. 

I'm back on a computer so hopefully my spelling is better.

I figured it out and feel a tad silly. All I had to do was create a class and set the border, text-size, width and height properties of it and then use that class for the textbox. Sorry about that. I should have tried that first.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.