robcrozier Posted February 18, 2007 Share Posted February 18, 2007 Hi, i wonder if anyone can help me with a pretty basic problem thats really bugging me! I need to incorporate a textarea into a pretty limited space on my website, however if i make it the right size for IE it is to big in Firefox and the page becomes distorted. My question is - is there any way to make the textarea the same physical size on both browsers?. Take the 'call me' form on this website as an example of what i mean: http://www.spencerbirch.co.uk/residential-lettings.html Thanks! Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 18, 2007 Share Posted February 18, 2007 Give it a fixed width, say 130 - 140 pixels: Add this to your css: textarea { width: 140px; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.