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