AgentChronon
07-06-2006, 11:47 PM
Is there any way to make a text area without the scroll bar? Don't ask why.
|
View Full Version : Stupid question about Text areas. AgentChronon 07-06-2006, 11:47 PM Is there any way to make a text area without the scroll bar? Don't ask why. Douglas 07-07-2006, 02:39 AM I think in Internet Explorer this will remove the thing: <textarea style="overflow:hidden;"></textarea> And in Mozilla: <textarea style="overflow:-moz-scrollbars-none;"></textarea> I'm not sure about the Mozilla one though... AgentChronon 07-07-2006, 01:19 PM thanks |