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