Page 1 of 1

Text Box Sizes varies

Posted: Fri Feb 01, 2008 5:20 am
by vinoth
Hi all.
I am using Text box to my website.
The box sizes varies from IE and mozila Browser.
It looks odd is it any possible way to fix the size same on both browser.

Please provide suggestions to fix this issue.

Re: Text Box Sizes varies

Posted: Fri Feb 01, 2008 5:26 am
by Kieran Huggins
you could simply style it with CSS.

Re: Text Box Sizes varies

Posted: Sat Feb 02, 2008 2:33 am
by GuitarheadCA
If you declare a formal doctype, such as XHTML transitional, IE will render box widths the same as mozilla. Then again, you may have to update other parts of your code, but it's a good practice anyway.

Re: Text Box Sizes varies

Posted: Mon Feb 04, 2008 6:17 am
by vinoth
I declare the formal DOCTYPE of XHTML transitional.

In text box also I fixed the size of three but in IE 7 The box size was upto 7.

Only through CSS we can restrict or any other possible Solution.
I am working with LINUX machine