Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Jeanne Boyarsky
Bear Bibeault
Sheriffs:
Rob Spoor
Henry Wong
Liutauras Vilda
Saloon Keepers:
Tim Moores
Carey Brown
Stephan van Hulst
Tim Holloway
Piet Souris
Bartenders:
Frits Walraven
Himai Minh
Jj Roberts
Forum:
HTML Pages with CSS and JavaScript
javascript
kamalkumar telikicherla
Greenhorn
Posts: 2
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i want to disable the horizontal scrollbar on my textarea.
the code must work on every browser like IE, netscape,mozilla......
Eric Pascarello
author
Posts: 15385
6
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
It has nothing to do with JavaScript at all.
Only choice you have is css with scroll:auto making sure to set the word-break and the width of the area.
The scroll-x and scroll-y are IE only at the moment.
Eric
kamalkumar telikicherla
Greenhorn
Posts: 2
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i am not getting what i want.
i want to disable the horizontal bar.
but overflow-x:hidden is working in IE .
but i want the code to work in mozilla.
hat i have to do.
Eric Pascarello
author
Posts: 15385
6
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
As I said before: Mozilla and such do not support the scroll-x, looks like you are out of luck.
Eric
This tiny ad is guaranteed to be gluten free.
SKIP - a book about connecting industrious people with elderly land owners
https://coderanch.com/t/skip-book
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How can I disable horizontal scroll in textbox for FireFox?
JTextArea
How problematic you web experts see IE as a browser
Browsers
Checking browser version & JavaScript enabled
More...