473,386 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

TEXTAREA Scroll Bar

gsb
Is there a way w/ CSS or JavaScript to stop the scrollbar from showing up in
a TEXTAREA?
IE6+ NN6+

Thanks,

gsb
Jul 20 '05 #1
5 7602
Use the "overflow" style attribute. Set it to "hidden"

Mike
"gsb" <gs*@QWest.net> wrote in message
news:Nr***************@news.uswest.net...
Is there a way w/ CSS or JavaScript to stop the scrollbar from showing up in a TEXTAREA?
IE6+ NN6+

Thanks,

gsb

Jul 20 '05 #2
gsb
Thanks. Just what I needed.

gsb

"Mike" <no****@please.com> wrote in message
news:br**********@news1.wdf.sap-ag.de...
Use the "overflow" style attribute. Set it to "hidden"

Mike
"gsb" <gs*@QWest.net> wrote in message
news:Nr***************@news.uswest.net...
Is there a way w/ CSS or JavaScript to stop the scrollbar from showing
up in
a TEXTAREA?
IE6+ NN6+

Thanks,

gsb


Jul 20 '05 #3
@SM


gsb a ecrit :
Is there a way w/ CSS or JavaScript to stop the scrollbar from showing up in
a TEXTAREA?
IE6+ NN6+


I hope that absolutly no !
--
************************************************** ************
Stéphane MORIAUX : mailto:st*********************@wanadoo.fr
Aide aux Pages Perso (images & couleurs, formulaire, CHP, JS)
http://perso.wanadoo.fr/stephanemoriaux/internet/
************************************************** ************
Jul 20 '05 #4
@SM
Mike a ecrit :
Use the "overflow" style attribute. Set it to "hidden"


You may use overflow on a textarea ?

Jul 20 '05 #5
I've used a trick with css of setting all the scroll bar style attribute colors
to the page or layer background color.
eg: for a page with background-color:#FF0000; you might do this:
<style....
..textareaclassname {
scrollbar-arrow-color:#FF0000;
scrollbar-base-color: #FF0000;
scrollbar-dark-shadow-color: #FF0000;
scrollbar-track-color:#FF0000;
scrollbar-face-color:#FF0000;
scrollbar-shadow-color: #FF0000;
scrollbar-highlight-color: #FF0000;
scrollbar-3d-light-color:#FF0000;
}
/style>
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Stefano Incontri | last post by:
Hi All, how can I scroll a TextArea to its last position at the bottom? Thanks, Stefano
1
by: jason | last post by:
Hello. I've written this web application in asp.net and have a textarea what I will use like a chat box. The box will be frequently refreshing. I need the textarea to *automatically* scroll to...
5
by: Richard | last post by:
I am filling a TEXTAREA with text and links from a database. I need to display the <a href....> code in the TEXTAREA as a clickable link with _blank targetting. I realise I could simply use a TD...
6
by: stuart | last post by:
I have two textareas on a HTML page. If a user scrolls in one textarea I want the other textarea to scroll as well. In otherwords I want both textareas to scroll up and down in unison. Can...
1
by: Rob Webster | last post by:
Hi, is there a way using JavaScript to tell a textarea to scroll to the end of it's contents? I'm implementing something that looks like messenger using web forms, after each post the chat area...
9
by: Paul Gorodyansky | last post by:
Hi, FAQ tells how to insert (or replace0 a text at a caret position in Mozilla (and same works for Opera 8+), for example, at http://www.faqts.com/knowledge_base/view.phtml/aid/1661 it talks...
4
by: Keith Bentrup | last post by:
Hi all, I wrote a simple search function to find text in a textarea where not all the text is visible (ie. the text box displays 10 lines but there may be more than 1000 lines to search). I can...
2
by: rjonasz | last post by:
Hey Everyone, I'm trying to scroll a textarea to the position of the caret which is below the visible area of the textarea in firefox. I have code which works in IE but the code I use for...
2
luke14free
by: luke14free | last post by:
Hello, I'm writing a live chat in php and ajax (prototype.js). My problem is that, when the periodical updater gets chat text from an external php page, under IE \n\r are not recognized ...
1
by: RFleming | last post by:
I attempted to use the advice below, but still I keep getting word wrap in my inputtextarea. I am very new to XML and CSS, and I do not totally understand the layout. Below is the single XML line...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.