 |
 |
Resources - For Developers
Netscape will usually increase the size of form fields, which may cause unexpected formatting problems.
To avoid this, just assign a style sheet to form fields, like form, input and
text area:
<STYLE type="text/css">
<!--
form, input, textarea {
font-family : monospace;
}
-->
</STYLE>
You can add the above to your stylesheet if needed.
If you look at the size of this field in netscape and Internet Explorer, it is the same.
|
|
 |
|
 |
Copyright © 2003-2012. BounceFish Web Design. All rights reserved. |
 |