scroll bars

This is a discussion on "scroll bars" within the Web Page Design section. This forum, and the thread "scroll bars 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 Feb 15th, 2007, 15:37
New Member
Join Date: Feb 2007
Location: London, UK
Age: 25
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
scroll bars

hello all. I as hoping somebody could help me out.
i was viewing a site the other day and i saw something that i dont know how to do... and i wanna do it!!

here is the link - http://www.visualastronauts.com/vadirectory.html
- go to view the first gallery called design 'Modern découpage' and you see that a scroll bar appears at the side of the page, but when you scroll down it, the menu on the left hand side of the page remains where it is, i.e. the scroll bar only applies to the images.

Is there a simple way of doing this?
i know how to put scroll bars into columns using css but i dont know how to do what this clever fellow has done... lil' help?
Reply With Quote

  #2 (permalink)  
Old Feb 15th, 2007, 15:40
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: scroll bars

Meh ... the page wouldn't load for me but have you checked the source? It's probably the overflow property in CSS that's being used.
Reply With Quote
  #3 (permalink)  
Old Feb 15th, 2007, 17:27
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: scroll bars

Its frames. Thats all. Really Really Simple. But you have to be careful because some browsers wont accept frames. They're kinda obsolete. Dont do it.
Reply With Quote
  #4 (permalink)  
Old Feb 15th, 2007, 17:36
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: scroll bars

Yeah ... use the scrolling div instead. Just as easy and basically it's the same thing but friendlier
Reply With Quote
  #5 (permalink)  
Old Feb 15th, 2007, 17:51
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: scroll bars

position:fixed; perhaps.
__________________
I hate IE 6. Just sayin....
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #6 (permalink)  
Old Feb 19th, 2007, 09:55
New Member
Join Date: Feb 2007
Location: London, UK
Age: 25
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: scroll bars

cool guys, cheers
Reply With Quote
  #7 (permalink)  
Old Feb 23rd, 2007, 15:04
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: scroll bars

if you need some help figuring out what to do you can do alittle something like this
Code: Select all
 <div style="overflow:auto; width:200px; height:200px;">Paragraph or two of text here....</div>
and that would be a really simple code for a mock iframe.
Reply With Quote
Reply

Tags
scroll bars

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
The new bars VanessaJW Webforumz Cafe 17 Jun 27th, 2007 21:05
Scroll button to scroll flash page helpmhost Flash & Multimedia Forum 3 Apr 26th, 2006 11:30
problems with frames tables and scroll bars digi-phil Web Page Design 11 Dec 11th, 2005 23:28
Overflow Scroll bars help Miles Lombardi Web Page Design 2 Oct 9th, 2005 22:19
scroll bars benbacardi Web Page Design 2 May 3rd, 2004 10:48


All times are GMT. The time now is 19:56.


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