| | 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 (which has the royal
blue
| | background color for the sake of easy visibility/identification) and
gave it
| | a specific pixel-based height, but it still automatically expands
vertically
| | to hold the content instead of horizontally. I achieved this desired
effect
| | in the past, but I believe I did it with a table. I'd rather stick to
pure
| | CSS this time. Any ideas?
| | 
| | Thanks,
| | Daniel
| | 
|
| #iframePhotos {
|       margin: 0 0 15px 25px;
|       text-align: center;
|       display: inline:
|       }
| 
|       Worked for me...
| Karl


Really? That didn't do anything for me. Especially since I would think
something needs to be done with the "photoThumbMainWrapper" selector, not
the "iframePhotos" one. If you have a URL that you could provide that shows
it working how it should, that would be helpful. Thanks for the effort.

Daniel

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to