Question
Only Safari won't show home page image
Helo
Having problems with home page image showing in only Safari ( www.truthandlife.info ). May be a css problem, but I don't know...
Originally, we had to alter the drop down menu becasue it wouldn't work on Safari, so a friend fixed that but that fix took away the main image - he writes:
"I found some other information that suggested setting the ClientTarget attribute to “uplevel” when you detect the Safari or Opera browsers.
I went ahead and implemented that by creating a base class called BasePage (in the App_Code folder) and made every page load derive from it using the “Inherits” parameter. This seemed to solve the problem on Safari (I don’t have Opera) without affecting IE7. Note that all new pages you create need to have the Inherits=”BasePage” tag set in their <Page> element.
So all is good in that the submenus pop up as we would expect…but there is a problem with the graphic on the default page. The main image doesn’t load on the Safari browser unless I remove that ClientTarget=”uplevel” statement. If I remove it, then the menus don’t work."
===============
So does anyone know what might be the problem and/or fix?
Thanks
KB
Having problems with home page image showing in only Safari ( www.truthandlife.info ). May be a css problem, but I don't know...
Originally, we had to alter the drop down menu becasue it wouldn't work on Safari, so a friend fixed that but that fix took away the main image - he writes:
"I found some other information that suggested setting the ClientTarget attribute to “uplevel” when you detect the Safari or Opera browsers.
I went ahead and implemented that by creating a base class called BasePage (in the App_Code folder) and made every page load derive from it using the “Inherits” parameter. This seemed to solve the problem on Safari (I don’t have Opera) without affecting IE7. Note that all new pages you create need to have the Inherits=”BasePage” tag set in their <Page> element.
So all is good in that the submenus pop up as we would expect…but there is a problem with the graphic on the default page. The main image doesn’t load on the Safari browser unless I remove that ClientTarget=”uplevel” statement. If I remove it, then the menus don’t work."
===============
So does anyone know what might be the problem and/or fix?
Thanks
KB