Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #248258

    Hi, I find that the following javascript from avia.js disturbs my displays , so I remove it

    if(!link.css(‘position’) || link.css(‘position’) == ‘static’) { link.css({position:’relative’, overflow:’hidden’}); }

    but can you explain what is (was) its purpose ?

    thanks

    #248685

    Hey erwanpia!

    It’s required to maintain the cross browser compatibility. Some users reported bugs with the overlay and this code fixed the display flaws. If you remove this code you might want to check if the overlay works for all major browsers (Firefox, Chrome, Safari, IE, etc.)

    Best regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.