Scrolling a Div Horizontally

This is a discussion on "Scrolling a Div Horizontally" within the Web Page Design section. This forum, and the thread "Scrolling a Div Horizontally 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 19th, 2007, 10:12
Junior Member
Join Date: Dec 2005
Location: Dublin
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Scrolling a Div Horizontally

Hi,

How do you scroll a div horizontally?

Check out http://justinwalker.info/test/interface.html

The div with the panels at the bottom of the page is scrolling vertically but I want it to scroll

horizontally

This is the code for my div that holds the panels:

Code: Select all
#channels {
    position:absolute;
    z-index:2;
    top:490px;
    left:0px;
    height:131px;
    width:100%;
    overflow:auto;
}
Reply With Quote

  #2 (permalink)  
Old Feb 20th, 2007, 15:01
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: Scrolling a Div Horizontally

Let's say that vertically is up-down and horizontally is left-right ... if you want to get a scrollbar vertically, add more content or reduce the height.
Reply With Quote
  #3 (permalink)  
Old Feb 20th, 2007, 21:43
Junior Member
Join Date: Dec 2005
Location: Dublin
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Scrolling a Div Horizontally

lets say that wasnt what i was looking for, but i got it working. thought i said "How do you scroll a div horizontally? " I placed a div of a bigger width inside a div of a smaller width to make it scroll, thanks for the reply anyway. i think
Reply With Quote
Reply

Tags
div, horizontally, scrolling

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
Aligning menu blocks horizontally dooglex Web Page Design 2 Apr 9th, 2008 21:19
[SOLVED] 2 boxes within 1 not horizontally inline R8515198 Web Page Design 2 Nov 28th, 2007 10:07
[SOLVED] Centering horizontally and vertically Emzi Web Page Design 4 Nov 1st, 2007 16:07
php loop trying to move horizontally ppgpilot PHP Forum 5 Aug 14th, 2006 04:22
repeat a horizontally centered background image Legacy_Staff Web Page Design 12 Jul 14th, 2006 20:23


All times are GMT. The time now is 07:57.


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