Jump to content

kill scrollbar from firefox , netscape, IE


xbl1

Recommended Posts

Hello; :) Could any one tell how to kill the scrollbars from IE, Firefox, Netscape,please.My following code just work for IE, it doesn't not affect another browsers. #newst {overflow: scroll; overflow-y: scroll; overflow-x: hidden; overflow:-moz-scrollbars-vertical;}<textarea name="newst" id="newst" rows="10" cols="45" ></textarea>

Link to comment
Share on other sites

IE is the only browser that lets you do that.I would use javascript to turn all that stuff off. It will give you a lot more uniform control.Check out "Javascript Popups"That should give you an idea what parameters you will need and can use.

Link to comment
Share on other sites

IE is the only browser that lets you do that.I would use javascript to turn all that stuff off. It will give you a lot more uniform control.Check out "Javascript Popups"That should give you an idea what parameters you will need and can use.
Thanks, i will go to find it out
Link to comment
Share on other sites

IE is the only browser that lets you do that.
I just tried:
textarea { overflow: scroll; overflow-x: hidden; }

in Firefox (1.5.0.9) and it worked just fine. I could change overflow-x to overflow-y and different scrollbars would appear.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...