Miniatury horyzontalnie

lokis

Avatar: lokis

2008-08-19 14:02

Co trzeba zrobić aby ułożyć miniatury horyzontalnie ?
Zmiana wersji ?

» Quick.Cms v2.x

lokis

cgan

Avatar: cgan

2008-08-19 14:36

Is this what you mean? http://opensolution.org/Quick.Cms/forum/?p=readTopic&nr=514

cgan

lokis

Avatar: lokis

2008-08-19 16:44

yes... that's it... pictures in horizontal order ( on my page there's only right or left position )
How to change it ?

cgan

Avatar: cgan

2008-08-19 17:25

lokis - in templates/default.css find this:
/* IMAGES STYLES */
.imagesList{list-style:none;}
.imagesList li{margin:0 0 5px 0;background:inherit;color:#5b5b5b;font-size:0.917em;}
change last row to this:
/*.imagesList li{margin:0 0 5px 0;background:inherit;color:#5b5b5b;font-size:0.917em;}*/
then add this row:
.imagesList li{float:left;height:150px;width:100px;margin:0 10px 10px 0;background:inherit;color:#5b5b5b;font-size:0.917em;}
Then for example in templates/pages_default.tpl find this:
<div class="content">$aData[sDescriptionFull]</div>
Change to this:<div class="content" style="clear:left;">$aData[sDescriptionFull]</div>
Yoy can find more info in the topic link I mentioned above.

cgan

lokis

Avatar: lokis

2008-08-19 21:14

thanks very much... i'll try this...

Do góry
o nas | kontakt