Fixed {THUMB_COLS} width Fixed {THUMB_COLS} width
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Fixed {THUMB_COLS} width

Started by Luk, July 03, 2008, 08:44:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Luk

Hi, anyone know mayby how to set the min-width size for colums in which thumbnails are displayed?

Luk

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

steveeh131047

Luk,

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

Oh, the joys of cross-browser compatibility :)

Steve

Luk

Well we can set then just width. Or add my beloved <!--[if IE]>. Thx for reminding :-).