scrolling text

This is a discussion on "scrolling text" within the Web Page Design section. This forum, and the thread "scrolling text are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 3rd, 2005, 09:44
New Member
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
scrolling text

hi there, need some help:P i'm building a website for my gaming guild, so far i think i'm doing an alright job. check it out if you want http://binarymafia.org anyways if you clicked the link you can see the pretty artwork that i want to keep. here is my dilema: i want to have text that scrolls down without the background scrolling down. if that makes sense. i also want it to scroll with the scroll wheel if that is at all possible. i'm also going to put pictures and other content in there that i might need to scroll with. i don't know if i can use HTML or Java or flash. i kinda know HTML, but with Java and Flash...i'm completely lost:P however! i tend to have a knack for copying and pasting free scripts anyways could you help me guys?!
Reply With Quote

  #2 (permalink)  
Old Oct 3rd, 2005, 19:36
Banned Member
Join Date: Sep 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
1. as far as me kan see, yu dont hav a bakground. Yu hav a tabel with bout 50 piks init. & a fyu javaskript funkshuns.
2. tu get plaen bakground...
<body bgcolor="#bbffbb" text="black">
if yu wanna keep the krats off yer bak, yukan yuze the "modern" wae...
<style type="text/css">
body{color:black;background-color:#ccffcc;}
</style>
3. fanseeer...<body background="clouds.gif">
Reply With Quote
  #3 (permalink)  
Old Oct 3rd, 2005, 19:39
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Quote:
Originally Posted by muneepenee
1. as far as me kan see, yu dont hav a bakground. Yu hav a tabel with bout 50 piks init. & a fyu javaskript funkshuns.
2. tu get plaen bakground...
<body bgcolor="#bbffbb" text="black">
Monee, have you swallowed the alternative spelling handbook today?
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #4 (permalink)  
Old Oct 3rd, 2005, 22:45
New Member
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
?

could someone translate that? *scratches head*
Reply With Quote
  #5 (permalink)  
Old Oct 4th, 2005, 02:45
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Position a <div> absolutly to where you want your text to start, give it a width and height, and add overflow: auto; to it.

for example
Code: Select all
div#content
{
  position:absolute;
  left:200px;
  top:300px;
  overflow: auto;
}
Reply With Quote
Reply

Tags
scrolling, text

Thread Tools

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
Scrolling Images akshitshah JavaScript Forum 0 Aug 14th, 2007 12:22
scrolling! help! alexgeek Webforumz Cafe 5 Aug 8th, 2007 17:37
Scrolling thumbnail Dan Oliver Flash & Multimedia Forum 1 Jun 6th, 2007 16:22
Inserting an image in a Scrolling text. ssj11Vejito Flash & Multimedia Forum 16 Jan 3rd, 2007 04:12
Scrolling Text tolis Web Page Design 5 Nov 17th, 2005 19:11


All times are GMT. The time now is 21:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43