Enthropia Labs

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the new iBegin Labs forum!

Author Topic: PROBLEMS WITH OVERLAY IN FIREFOX / SAFARI  (Read 69 times)

ivan505

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
PROBLEMS WITH OVERLAY IN FIREFOX / SAFARI
« on: November 02, 2009, 11:42:42 pm »
Hello people, I'm using Ibox to show some images but I have problems with Firefox / Safari
The problem is that Ibox doesn's show the overlay, though  it does pretty well in IE6.

Any idea how to fix that?
Thanks in advance

Ivan
Logged

pjdoubleyou

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: PROBLEMS WITH OVERLAY IN FIREFOX / SAFARI
« Reply #1 on: November 21, 2009, 08:57:45 pm »
I ran into a similar issue with the overlay not showing in FF, to fix I changed the following in ibox.js from:

else els.overlay.style.backgroundImage = "url('" + _pub.base_url + "images/bg.png')";
to:
else els.overlay.style.backgroundImage = "url('/images/bg.png')";

Works like a charm, assuming you place bg.png in the image directory and that directory is in the site's root...
Logged