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
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