Help with Tables and Forms - Using Netscape!

liunx

Guest
Hi,<br />
I'm having problem with my tables and forms. the look is perfect using IE5.5 but when i view it on Netscape it's all distorted especially the forms under "Contact Us". please someone tell me what i should do. <br />
<br />
this site is still underproduction. but the 'trainers' and 'contact us' pages are somewhat done. also comment on the look of the site. thanks<br />
<br />
this is the page where the form is located:<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmdesigner.com/passiontoplay01/contact_us/index.htm">http://www.htmdesigner.com/passiontopla ... /index.htm</a><!-- m --><!--content-->Netscape tends to make the form elements bigger in size. I couldn't find a way to fix this.<br />
<br />
The site looks GREAT!<!--content-->I'm not sure what you mean by distorted, but if the problem is that the input text boxes are not sizin the same in IE and Netscrap, this is the work around:<br />
<br />
<INPUT TYPE="text" VALUE="" SIZE="30" STYLE="font-family:monospace"> <br />
<br />
NS defaults to monospaced for forms the STYLE will get picked up by IE<!--content-->This javascript might help: <!-- m --><a class="postlink" href="http://javascript.internet.com/forms/resize-form-elements.html">http://javascript.internet.com/forms/re ... ments.html</a><!-- m --><br />
<br />
According to the blurb it: "...eliminates the frustration by dynamically up-sizing the form elements in Internet Explorer by a specified percent. Use Netscape sizes for your formfields and this script makes them the same size in IE."<br />
<br />
Neil<!--content-->
 
Back
Top