Form stying examples - most work in ie and mozilla - because of a problem with netscape 4 it's best implemented using
<style type="text/css"><-- @import url(formstyle.css); --></style>
Netscape ignores this and displays default -
the linked css is formstyle.css
NOTE these forms use - form *:focus {background: black!important; color: yellow;} to achieve focus. Focus using class
Assorted Form Styling Finds

Blue form using borders on inputs - a style that breaks n4 badly

Yellow form color of background and fonts set in the form style

 Text of option 1
 Text of option 2

 Text of checkbox 1
 Text of checkbox 2

now a submit with bg image



Submit by image

 Text of option 1
 Text of option 2

 Text of checkbox 1
 Text of checkbox 2

Now a submit with bg image



Submit by image


The HTML mailto form and JavaScript on this page originated with RoChess © 1998 for more info go here.
Document last updated on :