Safari Help (No access to a Mac)

goodmana

New Member
Hello everyone,

I created a website for my friend a couple of months ago that includes an image gallery. It's working just fine in IE and firefox, but my friend just starting using Safari and has written me about an issue that the gallery is having. Unfortunately, her description is a little bit hard to follow, and I can't view the site in Safari for myself b/c I am currently living abroad and have no access to a Mac. So, can somebody view the site for me and maybe give me a clearer description of what is going on? Or, if someone knows the solution that would be great! I'll include her description and links to the site below.

Her Description:

"Basically, when the window isn't at full page and parts of the site are cut off (or beyond what the window is currently showing), when you click on a new image, there is a doubling effect of the area that has been cut off. For example, when the page is cutting off part of the scroll and below, you click on a second image then scroll down to see the part that was cut off before, a second scroll will be doubled until you click on about 6 images, then it disappears. Or if you are centered on the bottom half of the page, and the top of the first image is cut off by the window, then you click on a second image, there will be a centimeter band of the first image left there until you click on about 6 more images and then it disappears."

Gallery Links:

http://www.rhearebbe.com/drawings.php
http://www.rhearebbe.com/paintings.php
http://www.rhearebbe.com/other.php

Thanks in advance!
 

qadisha

New Member
Safari viewing problem

I must admit that her query is difficult to follow but I do know that a "long" page viewed in Safari will not produce a scrollbar even when it is needed. To get around this, you can place the following in your stylesheet:

html{
min-height: 100%;
margin-bottom: 1px
}

Also, you might like to validate your pages. I noticed on one page over 100 warnings, which won't help viewing.
 
Top