I'll firstly say that I don't have an amazing understanding of all things html, css and php, though with a lot of Googling, I can generally muddle through. My photography portfolio site is the first real thing I've done and is a mish-mash of html tables and a little css that's been adapted and changed heavily along the way. I've recently changed it to have some php in it for e-mails and a guestbook and some javascript for displaying images but would like to get one extra thing sorted.
Here it is: www.gyphotography.co.uk
At the moment on the individual genre pages, where the thumbnails are displayed, I'm trying to get the images displaying in square boxes through css with:
.tables td {height: 100px; height: 85px !ie; width: 85px}
The way firefox does the heights, it needs the extra 15px to make it square whereas IE and Safari don't. With !ie I can make IE use the right values, but obviously safari doesn't pick this up and ends up with rectangular boxes.
Is there a way around this? Can anyone point me in the right direction? It's been like it ever since I did the site early last year, but I'd just like to get it sorted. Thanks
Here it is: www.gyphotography.co.uk
At the moment on the individual genre pages, where the thumbnails are displayed, I'm trying to get the images displaying in square boxes through css with:
.tables td {height: 100px; height: 85px !ie; width: 85px}
The way firefox does the heights, it needs the extra 15px to make it square whereas IE and Safari don't. With !ie I can make IE use the right values, but obviously safari doesn't pick this up and ends up with rectangular boxes.
Is there a way around this? Can anyone point me in the right direction? It's been like it ever since I did the site early last year, but I'd just like to get it sorted. Thanks
