Old 07-15-2004   #1 (permalink)
Registered User
 
Runecaster's Avatar
 

Join Date: Jun 2004
Location: Sitting at my desk
Posts: 207
Images: 20

Text boxes that scroll...

You know what I am talking about. Those cool text boxes in the middle of the page that will scroll text.


How is that done? Java? What?

I have ZERO idea But I would love to know!!
__________________
Runecaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2004   #2 (permalink)
Registered User
 

Join Date: Jul 2004
Posts: 36
Images: 3

Hey. Kinda made my first scroll text box today lol, after weeks of trying and getting absolutely no where. I'm sure there's another easier way to do it than what i did but i used iframes and i'm not 100% if it's the one you're thinking off, but it's basically a box which scroll's a text file.
You use the iframe code, and link the html you want to appear in the box. If you wanna link to text just make a new text.html file or something n link to that. Hope i helped.
doubled is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2004   #3 (permalink)
Registered User
 
GoldNetX's Avatar
 

Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294
Images: 5

Send a message via AIM to GoldNetX
I've seen Java applets used for it, but you could just use a horizontal/vertical marquee for it. HTML tag for it is just:
Code:
<marquee>Your text</marquee>
Properties like direction, scroll delay, and a couple others modify how it scrolls and how fast it goes.

In my opinion, I don't use them, because they can be annoying to read. Sometimes I like them if they are made smoothly and have a OnMouseOver stop command.
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2004   #4 (permalink)
Registered User
 
Runecaster's Avatar
 

Join Date: Jun 2004
Location: Sitting at my desk
Posts: 207
Images: 20

I am not at all talking about scrolling automatically. I am just talking about a scroll box that can take more text than the dimensions of the box. You know, a little scroll bar on the right.
__________________
Runecaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2004   #5 (permalink)
Registered User
 
Order's Avatar
 

Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,254
Images: 2

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
here is the code, you will have to get your dimensions correct:

Code:
<div style="width: 100px; height: 100px; overflow: auto">
   Your text here
</div>
There you have it.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-16-2004   #6 (permalink)
Registered User
 
Runecaster's Avatar
 

Join Date: Jun 2004
Location: Sitting at my desk
Posts: 207
Images: 20

God knows, that's easy Thanks!
__________________
Runecaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-16-2004   #7 (permalink)
Registered User
 
ahstanford's Avatar
 
Simon Champion!
Join Date: Oct 2003
Location: Trenton, Georgia
Posts: 1,845
Images: 12

Send a message via AIM to ahstanford Send a message via MSN to ahstanford Send a message via Yahoo to ahstanford
Listen to Order, he gave you the standard compliant version apposed to frames. Also, obviously you can put the CSS in an external CSS file if your using that with a class or ID.
__________________
I have <style> and .class, thank you!
deviantART | Facebook | LinkedIn | Twitter | SitePoint
Are you new to the forums? Read this!
ahstanford is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-19-2004   #8 (permalink)
Registered User
 
Runecaster's Avatar
 

Join Date: Jun 2004
Location: Sitting at my desk
Posts: 207
Images: 20

Can you do that with tabular data (images?) as well?

I would love to be able to have my thumbnails scrollable within my page layout.


I am /so/ sorry if I am asking really basic questions, but I know less about http protocol than I do about Photoshop.

I am a great problem solver though, and I pick up on direction quick and like to learn all I can. Sorry for asking really elementary things!
__________________
Runecaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-19-2004   #9 (permalink)
Registered User
 

Join Date: Nov 2003
Location: My vanjeta
Posts: 1,228
Images: 8

Send a message via MSN to Milkdrop
man, its hotter than a motherf**er in here, i think i need to go to the bar and get a drink

yeah listen to order. He is our programming master, hey order, you must get a job in this type of stuff. You seem to know everything.

As for Runecaster, always use google before asking questions like these.
__________________
R.I.P Milkdrop, married to biorust but shortly got banned after sexual discussions, 21/8/04

I hate you all so lick my knads!
Milkdrop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-19-2004   #10 (permalink)
Registered User
 
Runecaster's Avatar
 

Join Date: Jun 2004
Location: Sitting at my desk
Posts: 207
Images: 20

I do sometimes, but when its better to get a specific answer from real people, I ask here. Thanks.
__________________
Runecaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-24-2004   #11 (permalink)
Registered User
 

Join Date: Nov 2003
Location: My vanjeta
Posts: 1,228
Images: 8

Send a message via MSN to Milkdrop
sorry i didnt mean it an offensive manner dude. Yeah i guess it is better to ask real people instead of looking at some tutorial.
__________________
R.I.P Milkdrop, married to biorust but shortly got banned after sexual discussions, 21/8/04

I hate you all so lick my knads!
Milkdrop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-24-2004   #12 (permalink)
Registered User
 
Runecaster's Avatar
 

Join Date: Jun 2004
Location: Sitting at my desk
Posts: 207
Images: 20

I wasn't offended. Guess I shoulda stuck a in there somewhere.
__________________
Runecaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-02-2004   #13 (permalink)
Registered User
 
Runecaster's Avatar
 

Join Date: Jun 2004
Location: Sitting at my desk
Posts: 207
Images: 20

Hmm Order I tried what you said and it didn't work...

Can it be used in a table or table layout

Where would i need to put it in order for it to work?

I did paste the code on a blank page to test it out but even then it didn't work --- well, it kept the width, but it didn't stop at the length and create a scroll bar.
__________________
Runecaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Antique scroll paper and seamless texture DeathByPixels Adobe Photoshop 5 11-17-2008 12:27 AM
Login boxes dar Adobe Photoshop 4 10-10-2005 09:27 PM
Independent Expandable Content Boxes. help! ViciOuS HTML / PHP / ASP / JS 9 05-18-2005 02:43 AM
Scroll bar code Stiker HTML / PHP / ASP / JS 9 04-19-2004 01:44 PM


All times are GMT +1. The time now is 02:38 AM.

Powered by vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT