Microsoft
Software
Hardware
Network
Question : onmouseover is not working in Mozilla
The below is not working in Mozilla Firefox but works in IE:
<div class="mouseover" onmouseover="this.classNam
e='mouseov
er'" onclick="window.location = 'xyz.html';">
CSS:
.mouseover
{
position: relative;
left : 0px;
padding: 1px;
border-width: 0px;
cursor: hand;
}
Please help.
Thanx
Answer : onmouseover is not working in Mozilla
see if the class equals "hideMe"
function doThis( el )
{
el =document.getElementById(e
l);
if( el )
{
el.className = el.className.indexOf('hide
Me') ==-1 ? el.className + " hideMe" : el.className.replace("hide
Me","");
}
}
Random Solutions
Sftp Connection in Delphi
Submenu items not visible in IE8
Help needed to troubleshoot "(DUP!)" packets in ping
Cannot access voicemail on Exchange 2010 from OCS 2007R2. Failure Type 80004005
commit with SQL%ROWCOUNT
Using LocalAgents config in Websphere IBM support Assistant
Hide and Unhide tables, queries, forms, code, etc
VB.Net to excel
ColdFusion Loop Over Query
onmouse over pop up navigation button