PDA

View Full Version : Issues with Fire Fox and Safari


smay120
Mar-05-2009, 05:29 PM
I am getting complaints that people with Fire Fox and Safari can't view my site correctly? I am a rookie when knowing what to do in this situation since I am not familiar with these two options. Can someone assist me with any kind of code to fix this? I need to know exactly where to put it also so if you could be specific that would help me greatly.
thanks
www.lighttouchphoto.com (http://www.lighttouchphoto.com)

Barb
Mar-05-2009, 05:44 PM
I am getting complaints that people with Fire Fox and Safari can't view my site correctly? I am a rookie when knowing what to do in this situation since I am not familiar with these two options. Can someone assist me with any kind of code to fix this? I need to know exactly where to put it also so if you could be specific that would help me greatly.
thanks
www.lighttouchphoto.com (http://www.lighttouchphoto.com)

Hi :)

Can you give us a bit more information? What is not appearing correctly? Are images not appearing? If that's the case, in Safari, that's a problem with the latest version of Safari. We're waiting for Apple to fix that issue. It's happening on other sites, as well, not just SmugMug.

If there's a problem in Firefox, also, please let us know exactly what the problem is.

smay120
Mar-05-2009, 06:10 PM
Hi :)

Can you give us a bit more information? What is not appearing correctly? Are images not appearing? If that's the case, in Safari, that's a problem with the latest version of Safari. We're waiting for Apple to fix that issue. It's happening on other sites, as well, not just SmugMug.

If there's a problem in Firefox, also, please let us know exactly what the problem is.

Thanks for the reply. I am not sure what the exact issues are, people are saying that the nav bars are going to two lines and other weird stuff on the home page. Its all greek to me unless I find someone with FireFox and let them see.

Allen
Mar-05-2009, 06:12 PM
I am getting complaints that people with Fire Fox and Safari can't view my site correctly? I am a rookie when knowing what to do in this situation since I am not familiar with these two options. Can someone assist me with any kind of code to fix this? I need to know exactly where to put it also so if you could be specific that would help me greatly.
thanks
www.lighttouchphoto.com (http://www.lighttouchphoto.com) Change this part of your header nav html from this

<li><a href="/gallery/1708504">How To Order</a></li>
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/7370434_RcDQY">Pricing/Packages</a></li>
<li><a href="/gallery/7462970_7eFET">Contact Info</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
missing </li> here
<li><a class="drop" href="#nopick">About Me
to this

<li><a href="/gallery/1708504">How To Order
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/7370434_RcDQY">Pricing/Packages</a></li>
<li><a href="/gallery/7462970_7eFET">Contact Info</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#nopick">About Me

Barb
Mar-05-2009, 06:15 PM
Yay! I was just about to come find you Allen :)

Allen
Mar-05-2009, 06:21 PM
Yay! I was just about to come find you Allen :)
Just back from a day of birdin' and trying to catch up. :wow 3 pages,
everyone's been busy today.

smay120
Mar-06-2009, 06:22 AM
Change this part of your header nav html from this

<li><a href="/gallery/1708504">How To Order</a></li>
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/7370434_RcDQY">Pricing/Packages</a></li>
<li><a href="/gallery/7462970_7eFET">Contact Info</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
missing </li> here
<li><a class="drop" href="#nopick">About Me
to this

<li><a href="/gallery/1708504">How To Order
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/7370434_RcDQY">Pricing/Packages</a></li>
<li><a href="/gallery/7462970_7eFET">Contact Info</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#nopick">About Me


I guess I will sound like a broken record for years to come...but thanks again.:lust You make my business thrive.