Well, actually the page at the URL given does have a problem with Safari 3 Win. I was looking at it earlier. I just didn't know how to advise you because the page needs a complete overhaul. It's heavy reliance upon absolute positioning is a poor design, and indirectly related to the problem in Safari. The styles are very spread out and confused, as is the order of tags in the head. So much so that the page is invalid. There are other issues along these lines. Also the slide show is of a poor design and should be replaced with:
http://www.dynamicdrive.com/dynamici...nslideshow.htm
or some other better thought out javascript or Flash.
However, I have since realized that your immediate problem is that in Safari, that browser is deferring the loading of the pagetemplate.css file until after certain elements of the page are loaded in some way that affects the positioning of the drop downs. By refreshing, since the pagetemplate.css stylesheet is already cached, things work out better.
A quick fix would be to add the required styles right into the head here:
Code:
. . . yle17 {color: #333333}
.style19 {
color: #990000
}
#apDiv1 {
position:absolute;
left:0px;
top:0px;
width:955px;
height:630px;
background-color:#FFFFFF;
layer-background-color:#FFFFFF;
border:1px none #000000;
z-index:2;
visibility: visible;
}
#apDiv2 {
position:absolute;
left:427px;
top:13px;
layer-background-color:#FFFFFF;
border:1px none #000000;
z-index:100;
width: 514px;
visibility: visible;
}
-->
</style>
</head>
<body onload="MM_preloadImages('../SpryAssets/SpryMenuBarDownHover.gif','../SpryAssets/SpryMenuBarRightHover.gif')">
<div id="apDiv1">
<div id="apDiv2">
<div id="smoothmenu1" class="ddsmoothmenu">
<ul>
<li><a href="#">Artists</a>
<ul>
<li><a href="artists/gallery_art . . .
Bookmarks