coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Luk on July 03, 2008, 08:44:01 PM

Title: Fixed {THUMB_COLS} width
Post by: Luk on July 03, 2008, 08:44:01 PM
Hi, anyone know mayby how to set the min-width size for colums in which thumbnails are displayed?
Title: Re: Fixed {THUMB_COLS} width
Post by: Luk on July 04, 2008, 04:10:06 PM
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
Title: Re: Fixed {THUMB_COLS} width
Post by: steveeh131047 on July 04, 2008, 05:00:32 PM
Luk,

Just be aware that versions of IE earlier than IE7 don't recognise min-width.

Oh, the joys of cross-browser compatibility :)

Steve
Title: Re: Fixed {THUMB_COLS} width
Post by: Luk on July 04, 2008, 06:35:54 PM
Well we can set then just width. Or add my beloved <!--[if IE]>. Thx for reminding :-).