[jQuery] Re: Question regarding image grid

2009-10-27 Thread roberto.sanc...@escapemg.com
I think I've done something similar to this. What I did (for a one-row image grid with horizontal scrolling) was have a div with a fixed height and width, overflow: hidden, and position:relative. I put a child div with absolute positioning and a large enough width so that it will accommodate all c

[jQuery] Re: Question regarding image grid

2009-10-27 Thread Michel Belleville
Depending on your clients navigators you may use inline-block positionning (works fine with Firefox 3.xx, Opera, Safari ; works with Firefox 2.xx with a few tweaks, works IE7 with a bit more tweaking but ultimately ok), or floating positioning if you really are forced to be IE6 compliant (though th