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! Link to comment https://forums.phpfreaks.com/topic/39017-cross-browser-formatting/ 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; } Link to comment https://forums.phpfreaks.com/topic/39017-cross-browser-formatting/#findComment-187960 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.