Vectorials
Flash Perfection
3D Lessons
Tutorialkit
Markup Tutorials
Learn PHP
network
adv banner
HTML and CSS  Home HTML and CSS Tutorials Spice up Your Input Boxes
rss

Spice up Your Input Boxes

Author: Chris Fresh More by this author


Ever wanted to customize your site's Input text boxes but don't know how? Well, here is a quick and easy way to do it.

A regular Input text box looks something like this:



The appearance of your Input can easily be changed to this:

(Note that this little trick will not work on Netscape Navigator, however Netscape 6 promises to be robust enough (by complying with standards) for it to work then.)

<!--The code for the modified input box below -->
<center>
<form method="post">
<input size="25" style="border: 13px solid rgb(255, 204, 0);" name="funform" type="text">
</form>
</center>
<!--The code for the modified input box above -->

 



Rate this Material: Bad 1 2 3 4 5 Excellent
print this page tell a friend subscribe to newsletter subscribe to rss

Add comments to "Spice up Your Input Boxes"