[css-d] Horizontal scrolling

2009-02-01 Thread Ian Young
Hi Guys I am looking at simple gallery where you can use horizontal scrolling. If I use the overflow:auto, both horizontal and vertical scrolling are enabled. So how do I disable vertical scrolling so that site scrolls horizontally? http://venachar.org.uk/members/image-tester.php

Re: [css-d] Horizontal scrolling

2009-02-01 Thread Martyn Merrett
I've never done horizontal scrolling images before but I'm sure you've got to put the images into a li (or something) to force them in a horizontal order, rather than vertical as they are at the moment. ~Mx http://www.mxdx.co.uk 2009/2/1 Ian Young i...@iyesolutions.co.uk: Hi Guys I am

Re: [css-d] Horizontal scrolling

2009-02-01 Thread Naveen Jain
simple write overflow-y:hidden;overflow-x:auto; thanks and regards, Naveen On Sun, Feb 1, 2009 at 11:11 PM, Ian Young i...@iyesolutions.co.uk wrote: Hi Guys I am looking at simple gallery where you can use horizontal scrolling. If I use the overflow:auto, both horizontal and vertical

Re: [css-d] Horizontal scrolling in iframe

2008-08-27 Thread Daniel Hammond
| URL: http://www.studentremix.org/test/ms/media.htm | CSS: http://www.studentremix.org/test/ms/ms.css | | | Perhaps something like this: | http://www.cssplay.co.uk/menu/photo_strip | | Cheers, | Gary Thanks so much, that works perfectly in all browsers tested except for IE7. It scrolls

Re: [css-d] Horizontal scrolling in iframe

2008-08-27 Thread Alan Gresley
Daniel Hammond wrote: | You can use overflow-x and overflow-y properties separately, | instead of just overflow: scroll | | http://www.w3.org/TR/css3-box/#overflow | | It's been supported since Mozilla 1.8 and IE5. I think all | browsers support it even though it wasn't part of CSS2.1

Re: [css-d] Horizontal scrolling in iframe

2008-08-27 Thread Daniel Hammond
| Daniel Hammond wrote: | | You can use overflow-x and overflow-y properties separately, | | instead of just overflow: scroll | | | | http://www.w3.org/TR/css3-box/#overflow | | | | It's been supported since Mozilla 1.8 and IE5. I think all | | browsers support it even though it wasn't

Re: [css-d] Horizontal scrolling in iframe

2008-08-26 Thread Daniel Hammond
| Is there a way to get rid of the faded out vertical scroll bar | that is not being used? | | | I assume you're seeing that in iExploder, right ? | overflow-x:hidden or overflow-y:hidden will hide the scrollbar you | don't want. | | Philippe Actually, I was seeing it in all browsers

Re: [css-d] Horizontal scrolling in iframe

2008-08-26 Thread Daniel Hammond
| You can use overflow-x and overflow-y properties separately, | instead of just overflow: scroll | | http://www.w3.org/TR/css3-box/#overflow | | It's been supported since Mozilla 1.8 and IE5. I think all | browsers support it even though it wasn't part of CSS2.1 | specs (it will likely be

Re: [css-d] Horizontal scrolling in iframe

2008-08-26 Thread Gary Badger
Perhaps something like this: http://www.cssplay.co.uk/menu/photo_strip Cheers, Gary URL: http://www.studentremix.org/test/ms/media.htm CSS: http://www.studentremix.org/test/ms/ms.css In the iframe, I want the photo thumbnails to scroll horizontally, not vertically as they do now. I want

[css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
URL: http://www.studentremix.org/test/ms/media.htm CSS: http://www.studentremix.org/test/ms/ms.css In the iframe, I want the photo thumbnails to scroll horizontally, not vertically as they do now. I want them to be in one row, only one thumbnail tall, if that makes sense. I wrapped them in a div

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Teknofile Services
#iframePhotos { margin: 0 0 15px 25px; text-align: center; display: inline: } Worked for me... *** REPLY SEPARATOR *** On 25/08/2008 at 5:15 p.m. Daniel Hammond wrote: in the past, but I believe I did it with a table. I'd rather stick

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
| | URL: http://www.studentremix.org/test/ms/media.htm | | CSS: http://www.studentremix.org/test/ms/ms.css | | | | In the iframe, I want the photo thumbnails to scroll horizontally, not | | vertically as they do now. I want them to be in one row, only one thumbnail | | tall, if that makes sense.

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Teknofile Services
No URL, just local file... But it wasn't actually a fix, sorry. Was caused by the page spreading across dual monitor desktop. My bad, ignore me. Nice site though, like the nav... *** REPLY SEPARATOR *** On 25/08/2008 at 7:22 p.m. Daniel Hammond

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
| If you give the parent container a width to contain the | horizontal elements, the iFrame will get a horizontal scroll bar. | | .photoThumbMainWrapper {width: 1685px;} | | That works if you know the number of thumbnails. Are you | going to know the width? If not, let me know, and i'll help

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Philippe Wittenbergh
On Aug 26, 2008, at 10:08 AM, Daniel Hammond wrote: Is there a way to get rid of the faded out vertical scroll bar that is not being used? I assume you're seeing that in iExploder, right ? overflow-x:hidden or overflow-y:hidden will hide the scrollbar you don't want. Philippe ---

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Estelle Weyl
like a topic for a blog post ;-) -Estelle CSS, JavaScript and XHTML Explained http://evotech.net/blog --- On Mon, 8/25/08, Daniel Hammond [EMAIL PROTECTED] wrote: From: Daniel Hammond [EMAIL PROTECTED] Subject: RE: [css-d] Horizontal scrolling in iframe To: [EMAIL PROTECTED] Cc: css-d

Re: [css-d] horizontal scrolling

2006-12-04 Thread tedd
At 5:55 PM -0500 12/3/06, Stephen Oravec wrote: Is there any sites that scroll horizontal instead of vertical ? I tried one today just for the heck of it (had nothing better to do) and was wondering where I might find some more info on it . or if its really worth it. my example

Re: [css-d] horizontal scrolling

2006-12-04 Thread David Hucklesby
On Sun, 3 Dec 2006 17:55:12 -0500, Stephen Oravec wrote: my example http://home.comcast.net/%7Es.oravec/index.html __ Hi Stephen, My first reaction to a similar layout was total confusion. Not a usual reaction from someone

Re: [css-d] horizontal scrolling

2006-12-04 Thread Paul Novitski
At 12/3/2006 02:55 PM, Stephen Oravec wrote: Is there any sites that scroll horizontal instead of vertical ? A common objection to horizontal layout is that it's not possible with today's browsers to jump to a local anchor to the left or right of the current cursor position (only above or

[css-d] horizontal scrolling

2006-12-03 Thread Stephen Oravec
Is there any sites that scroll horizontal instead of vertical ? I tried one today just for the heck of it (had nothing better to do) and was wondering where I might find some more info on it . or if its really worth it. my example http://home.comcast.net/%7Es.oravec/index.html

Re: [css-d] horizontal scrolling

2006-12-03 Thread Rafael Holt
On 04/12/06, Stephen Oravec [EMAIL PROTECTED] wrote: Is there any sites that scroll horizontal instead of vertical ? I tried one today just for the heck of it (had nothing better to do) and was wondering where I might find some more info on it . or if its really worth it. my example

[css-d] horizontal Scrolling

2006-03-27 Thread Terri Chicko
Hi All I'm new to this list and have been reading like a mad woman to try and get an idea of what's being talked about. I just started this new site. http://www.the-ranch-arizona.com/ and I'm having some CSS problems... I'm on a mac, using Golive CS2 The first problem is I don't really know

Re: [css-d] horizontal Scrolling

2006-03-27 Thread cj
deleting the widths over 100%, such as width: 110%, helps quite a bit. :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] horizontal Scrolling

2006-03-27 Thread Terri Chicko
Thank you very much... that fixed it in most browsers. I can't see it in Windows IE... but in Mac IE it still has the horizontal scroll bar. Is there any fix for that and can anyone check it for me in Windows Thanks Terri On Mar 27, 2006, at 3:23 PM, cj wrote: deleting the widths over 100%,