views:

13

answers:

1

I am writting a google map using V3 of the API, into my page which results in a completley unrelated part of the page disappearing only in safai.

If you look at this page http://local.stv.tv/bellshill/ the blue navigation bar is fine, yet when you go to any page with a google map on it, part of the navigation dissapears e.g. http://local.stv.tv/bellshill/news/.

There is a dropdown in there and some layering going on which I think may be confusing Safari, but it works fine everywere else. This must be a recent issue as the site was X browser tested fully before launch.

A: 

I have managed to fix this issue.

The primary nav <div> has a <p> element as its first item that contined a hidden skip link. When I moved the <p> outside of the <div> everything worked fine.

To be honsest I have no idea what the real root of this problem is or why it was only Safari V5 that was effected.

Clawg