tag
-
Hi, I am using
tag in one of my pages to display text entered into a text box. The problem is I don't want horizontal scroll bar. How do I achieve this? If I am using style="OVERFLOW: auto;height=150;width=125" I am getting both the scroll bars. But I want the behaviour similar to wrap text property. Regards, Uma
-
Hi, I am using
tag in one of my pages to display text entered into a text box. The problem is I don't want horizontal scroll bar. How do I achieve this? If I am using style="OVERFLOW: auto;height=150;width=125" I am getting both the scroll bars. But I want the behaviour similar to wrap text property. Regards, Uma
style attribute overflow: hidden
Keep Smiling !!! Parwej Ahamad g_parwez@rediffmail.com
-
Hi, I am using
tag in one of my pages to display text entered into a text box. The problem is I don't want horizontal scroll bar. How do I achieve this? If I am using style="OVERFLOW: auto;height=150;width=125" I am getting both the scroll bars. But I want the behaviour similar to wrap text property. Regards, Uma
There are two attributes - overflow-x and overflow-y, which control the scrollbars independently, so to hide one and show the other, use something like...
"Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox