Dear Rohit,
Sorry I've tried to insert the code, but all I get is the same code appearing on the top of my website. I'm not sure what I did wrong
I pasted
function onMouseOverOverlay(over){
document.getElementsByTagName("body")[0].style.overflowY =(over?"hidden":"scroll");
document.getElementsByTagName("html")[0].style.position =(over?"fixed":"static");
document.getElementsByTagName("html")[0].style.height =(over?"100%":"auto");
}
Am I missing part of it? Sorry, I dont know how to use code.