I figured it out, the code was:
in .center
{
position:relative;
float:left;
left:50%
}
then in .content
{
Position: relative;
float: left;
left: -50%;
}
that centers it for me
so got the center done, got my thumb nails...
just trying to figure out (without having to make a new page for each image) how to make it so when you click the thumbnail, the image comes up.
Also, if I could figure a way to make it so thumbnails are auto generated with the longest side being 100px, it would help.
and to do with calibrating for all browsers, if it doesn't work in internet explorer, so be it.
my main target is firefox users and chrome.
|