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
Finalizing Migration From Exchange 2003 to Exchange 2010
XP Crash Recovery
C# raw classes
Extract output from string
Creating a Help File
Exchnage IP address blocked by sbcglobal.net
MySQL 5 DROP error -> foreign key constraint
No desktop/taskbar
Access 2007 automatically print label on save
Is there a way to block all task items issued by people to me in Outlook 2007?