Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 08-21-2008, 08:51 AM scrolling text box
Junior Talker

Posts: 3
Trades: 0
new here...i currently manage a high school website. i'm trying to add a scrolling text box to it over a blue background that's already there. i can add a box, but not where i want it. There's a text box on the left and i want the scrolling one on the right. i also have little experience with web design so any help is appreciated. thanks!
Amadeus is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-21-2008, 01:20 PM Re: scrolling text box
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Scrolling boxes are usually made by setting a height on a <div>, then setting the overflow to auto in the CSS like this:
HTML Code:
<head>
<style type="text/css">
#box {
height: 200px;
overflow: auto;
}
</style>
</head>
<body>
<div id="box">
<p>Some nonsense you want to talk about</p>
</div>
Now, with a height of 200px, there will be no scrollbars, but if you add more text, once it "overflows", scroll bars will be added to allow for it. This is usually preferable to overflow:scroll;
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.

Last edited by wayfarer07; 08-21-2008 at 01:21 PM..
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 08-21-2008, 01:35 PM Re: scrolling text box
Junior Talker

Posts: 3
Trades: 0
thanks. where do i write it? I try to put it on the page NEXT to the other text box but it won't let me..
Amadeus is offline
Reply With Quote
View Public Profile
 
Old 08-21-2008, 02:43 PM Re: scrolling text box
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I guess you must think I am psychic. Of course I would have no idea without looking at the code you have, and even better would be a link. Normally to put a div next to another div, you float it.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 08-21-2008, 06:17 PM Re: scrolling text box
Junior Talker

Posts: 3
Trades: 0
what, you're not? thanks and i'll give it a try
Amadeus is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to scrolling text box
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.31515 seconds with 12 queries