Home » questions » Anyone here using Mac Safari Internet Browser? (if so, see details)?

Anyone here using Mac Safari Internet Browser? (if so, see details)?

2006-08-14 12:07:02, Category: Programming & Design
I want to know if the images in this webpage are stretching as you click the different ones: http://www.cliqimaging.com/portfolio/adventure I think I'm only having problems with Mac Safari. The problem does not occur with Internet Explorer or Firefox that I know of. If you know what might be wrong and how I can find some deprecation tags, let me know. Thanks!

Answers

  1. Little Miss Know it All ;)

    On 2006-08-14 12:14:33


    #1: AMAZING WEBSITE!! I wish I could make something like that... Really nice layout and ideas, I used it in Firefox and Safari and it was fine, the pictures didn't stretch, it was the exact same as in firefox. I'm on a G4 desktop
  2. synderella82

    On 2006-08-14 13:38:35


    I checked this out and I see what stretching you are referring to your problem is in your code you have 1 set width/height for your larger image, so even those photos that are not that size are being told that they are. So technically Safari is reading your code correctly and firefox isn't. I think you need to go and either make all of your larger images the same size or specify each size individually if they are going to be different.