Click here to Skip to main content
16,011,685 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i developed one website in php. But my problem is while opening my site in Firefox and Internet Explorer Textbox height is changing. So ,is there any solution please help me.


Thank you for u r Patience.
Posted

Have you specififed a fixed size for textbox? Is the browser zoom same? It depends on lots of things.

Just check that the size specified gets applied or not. Use IE developer tools for IE & Firebug for Firefox to look into page elements.
You can also use Javascript just for verification:
1. Put a on focus event
2. In on focus pass on the textbox object
3. in JS, check what is the height and put that in alert box.

This is just for testing purpose.
 
Share this answer
 
Use fixed height and width for the textbox
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900