I have a site on the go.
http://www.threeworlds.com.au/store/categories/Fire-Twirling/Parts-%252d-Fire-Gear/
I want the images to sit on top of the title for each product, not floating up in the air as they are now.
Any ideas would be great.
I've tried vertical-align:bottom on the img tag and no luck.
Thanks heaps
Jason
welcome jason, probably the
welcome jason,
probably the easiest way would be to add position: relative to .ProductList .ProductImage and to .ProductImage img add position: absolute; bottom: 0; left: 4px;
Thanks Wolfcry!! That got
Thanks Wolfcry!!
That got them sitting on the bottom, only problem is now the don't align horizantly, and some of the images are not as wide as others.
ie. http://www.threeworlds.com.au/store/categories/Fire-Twirling/Fire-Poi/
I don't suppose i can use the old margin-left:auto trick here..
Any other little tricks up your sleeves?
thanks for your time too!!