Day you helped me with a css gallery and I did a cross between two pages and they are disagreeing a bit. Not a biggy but I am sure it is due to overlapping css for a lack of better terms. I have been down as far as my web work due Road Runner cable problems so hopefully it is up now to stay!!!
http://www.bigdawgcaps.com/photospi.htm
PS most the photos are of yours truly.
Crossed pages and have a slight mess
Steve
1) The image for the prize fight is not working properly. One thing to be aware of - IE sometimes has problems with upper and lower case letters, so a link to mypic.jpg may not work if the image is MYpic.JPG
I always make sure that all images, or docs for download are always lower case.
2) You have not put the onesize div around the first image.
3) ok the CSS problem is the text not wrapping within the container. I could not see why, but normally I would have the text contained within the same container as the image, which mean't you would have to increase the size of the .onesize div for example -
<div class="onesize">
<a href="feature.jpg"><img src="thumbfeature.jpg" alt="Feature" width="75" height="90"></a>
<p>Feature</p>
</div>
and
.onesize { width:95px; height:120px; } height increased to cater for all text.
The advantage of the above is all images and text will keep a certain look and be similar distance from each other.
but if you want a simple fix, adding the following will also fix the problem-
.imagecontainer p { width: 90px}
Although images with more text than othgers will start to make the images get out of whack.
4) All those girls when you were younger hope your wife does not see, unless she is one of them
Regards
Day
Crossed pages and have a slight mess
Thanks Day, were they really that much younger. The photos are a problem because of film and not haveing more but will be adding some digital ones and you are right about the lower case rule. I normally use it but slipped. Thanks for the pointers because I mangled it when I took from two pages that had completly different Navigation et cetera.
Crossed pages and have a slight mess
The fight pic is there now and the reason is because my file was .jpg but the page had .JPG . I have some program that has made changes to .JPG and am guessing Walmart is the culprit because I have never done that but it has happened with some photos I had them scan. Gotta keep my eyes open!!!