Reply
Adding a scrolling content area to my site
Old 12-18-2007, 02:46 PM Adding a scrolling content area to my site
Novice Talker

Posts: 12
Name: Martin
Please check out http://martin.pixel-perfect.org

As you can see this is where I want the area - I'm not very good with CSS and stuff like that yet - anyone fancy helping with the issue?

Thanks in advance!
xploit is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 12-18-2007, 03:05 PM Re: Adding a scrolling content area to my site
chrishirst's Avatar
Super Moderator

Posts: 13,581
Location: Blackpool. UK
Code:
#scrollbox {
    width:nnnpx;     
     height:nnnpx;
     overflow: auto;
}
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System

Last edited by chrishirst : 12-18-2007 at 03:06 PM.
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-18-2007, 03:07 PM Re: Adding a scrolling content area to my site
Novice Talker

Posts: 12
Name: Martin
*ashamed to ask*

Where do I put that?
xploit is offline
Reply With Quote
View Public Profile
 
Old 12-18-2007, 03:16 PM Re: Adding a scrolling content area to my site
chrishirst's Avatar
Super Moderator

Posts: 13,581
Location: Blackpool. UK
That's the CSS definitions for a scrolling box, put that in a stylesheet, set the width and height to suit and put a
Code:
<div id="scrollbox">content to scroll goes here</div>
on your page
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-18-2007, 03:24 PM Re: Adding a scrolling content area to my site
Novice Talker

Posts: 12
Name: Martin
Thanks - your a star
xploit is offline
Reply With Quote
View Public Profile
 
Old 12-19-2007, 04:09 PM Re: Adding a scrolling content area to my site
Truly's Avatar
Extreme Talker

Posts: 214
Why not just make it a seperate frame?
Truly is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Adding a scrolling content area to my site
 

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

vB 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.13629 seconds with 12 queries