English 中文(简体)
js fancybox and safari issue: cannot quit the modal dialog in safari!
原标题:

functions fine in every other browser but safari. selector is for a.class, in my case: $("a.nav")

When I do <a class="nav" href=page.html><img src=icon.png/></a>, it becomes not possible to close out of the modal dialog by clicking outside of the dialog or clicking the x icon. what is my problem?

thanks in advance

问题回答

hideOnContentClick = true?

Also a long shot but quoting the href and src attributes wouldn t hurt.

honestly after a few hours I realized the src was an issue:

heres the offending line: "nothing can hurt me: the big star story.html"

<a class="nav" href="test.html" id="">
          <img src="b5.png" width="71" height="93">
</a>
<a class="nav" href="nothing can hurt me: the big star story.html" id="">
          <img src="b6.png" width="71" height="93">
</a>




相关问题
Font Rendering between Mozilla and webkit

I m not sure if this has anything to do with the recent Safari update, but I m beginning to notice this a lot. There is a drastic difference in the way each browser is rendering fonts. for instance, ...

How i can track Safari activity from my application

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url. I also need to track online streaming that is happening on ...

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

How to get a flash url in a webpage using a webframe?

As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate): webView:didStartProvisionalLoadForFrame: webView:...

热门标签