iFrame Overflow
Hey,
I have a horizontal iframe on my page, and its going to contain a list of images. how can i make the images carry on as far as they want horizontally instead of dropping onto the next row?
Login |
iFrame OverflowiFrame OverflowCurrently viewing this thread: 1 (0 members and 1 guests) iFrame Overflow Hey, I have a horizontal iframe on my page, and its going to contain a list of images. how can i make the images carry on as far as they want horizontally instead of dropping onto the next row? Hmm... I often hear people say that they are really against iFrames and that they prefer the <div overflow="auto"> tag better. In this case though, I think you should go into your <head> and put in something like this...
That should theoretically work. ___________________
Last edited by michael, March 10th, 2005 10:41 PM (Edited 1 times) No, that shouldn't work. Images are displayed inline by default, so that wouldn't change a thing. If you are using an <iframe>, you need to set a defined width to the body ie. 300% to get it to scroll horizontally. Oops, I'm sorry. Maybe make a <span> or <div> enclosing those images that is set to display:inline; ___________________
No, polishkid, all wrong, inline is the default.... What you want is to set the height of the element containing the images, that way they should automatically extend. Setting the width to something like 300% works too indeed |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.0074 seconds.