Hi, anyone know mayby how to set the min-width size for colums in which thumbnails are displayed?
ah my stupidity :-). Ok i wanted to have fixed width of thumbnails cell. And is easly done in style.css Just needed to add to .thumbnails class min-width
Luk,
Just be aware that versions of IE earlier than IE7 don't recognise min-width.
Oh, the joys of cross-browser compatibility :)
Steve
Well we can set then just width. Or add my beloved <!--[if IE]>. Thx for reminding :-).