Hello i use jquery colorbox to open a pop up window. It works in all browsers except from Safari. Any clue why?

Recommended Answers

All 5 Replies

Have you tried using Safari's debugging tools such as the console?

thanks man i did it... thanks

You solved this issue? Can you tell us what the problem was/how you fixed it?

After i research did online users said that the problem was on the colorbox.css that safari wasn't seeing the images set default by colorbox. I mean the ones that create the whole colorox. That happens on other simiral scripts as lightbox and so on. I thing is that i wasn't seeing any problem on my script and i changed that.

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

then it played. I know that i dont help you much. but thats what happened

Thanks for the update. I'm sure that this may be helpful for someone else that comes across a similar issue.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.