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
Closing Quickbooks 2007 results in a .NET Broadbast Event Window Error
Can flash CS5 work with real 3d models like models from Blender or 3D Studio Max?
Link building after 301 redirect for subfolder
Jquery ui modal and using form in the pop up window.
Actionscript 3: FileReference save error
Windows Mobile 6 no longer synch with Outlook 2007 (in WIndows 7)
Using Key Management Services for WS 2008 in an SBS 2003 environment.
iconv : illegal input sequence at position
Sybase Count Number by Group
replace cells in database from another database. keep all other cells in record the same.