Page 1 of 1

Is there a way to change position of thumbnails...

PostPosted: Wed Oct 22, 2003 1:14 pm
by ziggers
without screwing up the image page?

I want the thumbnails of the gallery pages to align to the left. Every time I tried a
Code: Select all
{ float: left;
}
code, it worked for the gallery page, but the image view page was all screwed up.

I tried everything last night and was at it for a few hours until I was at my wit's end.

I'm very new to CSS and I kind of hit the ground running yesterday when I decided I wanted to remake my gallery.

I would really really appreciate if someone could help me out with this.

Thanks so much.
Angela Holder
http://www.pbase.com/ziggers

PostPosted: Wed Oct 22, 2003 1:44 pm
by thewedding
<div class=thumbnails></div> is the "insite" container for the thumnails

.thumbnails{
float: left;
}
p.small{
clear: both;
}


as this places the thumbnails on the left the pagecounter floats to the top
you will have to play around with it a bit since I don't have the time right now to make it pixel perfect...

but for now clear both on the p.small tag will fix it but I don't know where they used the small tag troughout the site

thats it...

PostPosted: Wed Oct 22, 2003 2:22 pm
by ziggers
Thank you SO much!

Now it looks the way I want it to :D

I appreciate it more than you know.

angela :)

PostPosted: Wed Oct 22, 2003 8:03 pm
by ilanphoto
WOW
What a beautiful gallery, I wish I had the knowladge to come close to that. All I can do is change the background colour :(

ziggers wrote:Thank you SO much!

Now it looks the way I want it to :D

I appreciate it more than you know.

angela :)

PostPosted: Wed Oct 22, 2003 8:08 pm
by ziggers
OMG :shock: Thank you!!!

It was intimidating at first, but after a bit, I got the idea of where things were going and what tags meant what.

Hearing a reaction like yours makes it all worth it for me.

Thank you!

angela :)

PostPosted: Sun Jan 25, 2004 8:00 am
by ilanphoto
There is a small problem with this solution. If there are no comments on the gallery the text for add comment and vote appear on the right top in line with the first row of thumbs. after adding a comment it appears, as usual bellow the thumbs.

How can that be corrected

Thanks
Ilan