Previous Message
Next Message

Scrolling horizontal image list

Sent by Michiel van der Blonk on 4 November 2006 08:08


> I am in need of a scrolling horizontal image list, similar to the one 
> in the WordPress admin. Only, wp uses an IFRAME and I need to use a 
> div. The images have captions beneath them. Here is my current HTML
I solved the problem already. I just disabled all style sheets and 
started over again. I ended up with

|#container { width: 98%; overflow: scroll; height: 220px; margin:1em 2% 
1em 0}
..imageCard { border: 1px solid gray; float: left; padding: .1em; margin: 
1em; }
#imageList { width: 3000px; overflow: hidden; }
#imageList a { display: block; margin: 0 auto; padding:.5em }
#imageList img { display: block; float: none; }
#imageList .hide { display: none; }|

The cause is still unknown though.
Michiel
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: