Hi,
I am setting a div element visible using the following code
function showHelp()
{
var helpDiv = getRawObject('Help');
helpDiv.style.display = 'block';
}
It works fine in FF but in IE 7 it scrolls the page down to the div as if I was going to an anchor link.
Does anyone know why this my be happening
Thanks
I am setting a div element visible using the following code
function showHelp()
{
var helpDiv = getRawObject('Help');
helpDiv.style.display = 'block';
}
It works fine in FF but in IE 7 it scrolls the page down to the div as if I was going to an anchor link.
Does anyone know why this my be happening
Thanks