HighDots Forums  

Please help me create a scrolling text box

alt.html alt.html


Discuss Please help me create a scrolling text box in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Big McLargehuge
 
Posts: n/a

Default Please help me create a scrolling text box - 11-05-2005 , 02:41 PM






I wanted to include a text box (not for input, but with text that the
reader has to scroll down to read all of it) in my webpage and am
running into a problem. I know how to create a basic text box with
scroll buttons, but it want's to pull the text from another page. Is
there a way to create one of these but have the actual text residing
in the code of the same page that is being displayed?
I'm using Frontpage 2003 (if that helps) and no amount of google
searching has answered this for me. I'm not trying to add any fancy
stuff to the page, I'm not an advanced HTML coder or anything, so as
simple an answer as you can offer would be great.

thanks ahead for any help

Big

Reply With Quote
  #2  
Old   
Arne
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-05-2005 , 03:15 PM






Once upon a time *Big McLargehuge* wrote:

Quote:
I wanted to include a text box (not for input, but with text that the
reader has to scroll down to read all of it) in my webpage and am
running into a problem. I know how to create a basic text box with
scroll buttons, but it want's to pull the text from another page. Is
there a way to create one of these but have the actual text residing
in the code of the same page that is being displayed?
I'm using Frontpage 2003 (if that helps) and no amount of google
searching has answered this for me. I'm not trying to add any fancy
stuff to the page, I'm not an advanced HTML coder or anything, so as
simple an answer as you can offer would be great.

thanks ahead for any help

Google for "overflow: auto;" and see if it's what you can use. It's
CSS (Cascading Style Sheet) and you may need to add it to the page
with something else (like Notepad) than Frontpage to make it work.

--
/Arne
-- *Joke of the day* ----------------------------------------
Customer: I have problems printing in red.
Tech Support: Do you have a color printer?
Customer: Aaaah .............. thank you..
-------------------------------------------------------------


Reply With Quote
  #3  
Old   
Spartanicus
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-05-2005 , 05:27 PM



Big McLargehuge <Big (AT) emailplaceholder (DOT) com> wrote:

Quote:
I wanted to include a text box (not for input, but with text that the
reader has to scroll down to read all of it) in my webpage
Stop wanting that, they are a usability nightmare. Scrolling these boxes
with the mouse is poorly supported, keyboard users often cannot scroll
them at all.

If there is to much content to insert it on a page, insert only a bit of
it with a [more] link beneath it that links to the full text.

--
Spartanicus


Reply With Quote
  #4  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-06-2005 , 07:01 AM



Spartanicus <invalid (AT) invalid (DOT) invalid> said:
Quote:
I wanted to include a text box (not for input, but with text
that the reader has to scroll down to read all of it) in my
webpage
Stop wanting that, they are a usability nightmare. Scrolling
these boxes with the mouse is poorly supported...
How can you claim that mouse control for a scrolling text box is
poorly supported in graphical browsers? I might buy the keyboard
argument, but not the mouse one.


--
-=tn=-


Reply With Quote
  #5  
Old   
Els
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-06-2005 , 07:22 AM



Travis Newbury wrote:

Quote:
Spartanicus <invalid (AT) invalid (DOT) invalid> said:
I wanted to include a text box (not for input, but with text
that the reader has to scroll down to read all of it) in my
webpage
Stop wanting that, they are a usability nightmare. Scrolling
these boxes with the mouse is poorly supported...

How can you claim that mouse control for a scrolling text box is
poorly supported in graphical browsers? I might buy the keyboard
argument, but not the mouse one.
Scrolling divs don't respond to the scroll wheel on the mouse in Gecko
browsers afair.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #6  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-06-2005 , 11:42 AM



Els <els.aNOSPAM (AT) tiscali (DOT) nl> said:
Quote:
Stop wanting that, they are a usability nightmare. Scrolling
these boxes with the mouse is poorly supported...
How can you claim that mouse control for a scrolling text box
is poorly supported in graphical browsers? I might buy the
keyboard argument, but not the mouse one.
Scrolling divs don't respond to the scroll wheel on the mouse in
Gecko browsers afair.
We obviously have a different view on what poorly supported means.

--
-=tn=-


Reply With Quote
  #7  
Old   
X l e c t r i c
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-06-2005 , 12:05 PM



Big*McLargehuge wrote:

"I know how to create a basic text box with scroll buttons, but it
want's to pull the text from another page."

I don't understand what's happening there. For some reason it doesn't
make sense.

Would a textarea help ?

http://www.xlectric.com/temp/tatest.html

Later, Art.


Reply With Quote
  #8  
Old   
anas.hashmi@gmail.com
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-06-2005 , 01:30 PM



<textarea> is a text box. it does not extract from another page


Reply With Quote
  #9  
Old   
Robert Latest
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-07-2005 , 09:11 AM



On Sun, 6 Nov 2005 06:03:30 +1000,
brucie <shit (AT) usenetshit (DOT) info> wrote
in Msg. <1ei12dtzjjn9n$.dlg (AT) usenetshit (DOT) info>

Quote:
the simplest way would be an <iframe> within a scrolling <div
What's a scrolling <div>? I've had the same problem (wanting a
scrollable box inside a page) and all I caould find was <iframe>,
forcing me to split my page into two parts (the "container" part and the
included bit). A "scrolling <div>" would have been the exact thing I
needed.

robert



Reply With Quote
  #10  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Please help me create a scrolling text box - 11-07-2005 , 09:27 AM



Robert Latest wrote:
Quote:
the simplest way would be an <iframe> within a scrolling <div
What's a scrolling <div>...
It is a div that is smaller than its contents, then you turn on the
scroll bars.

--
-=tn=-



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.