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
desktop folders reappearing
SQL 2005 script to backup database
Email Server Software used in conjuction with SQL Server or MySQL database
ASA 5505 Can VPN but cannot ping/connect to server or firewall.
2203 error when installing office 2007 on vista
How to Create a Macro to remove blanks from Excel 2007 Worksheet
rotate drawstring
Stored Procedure And Database Snapshot
How do I programmatically set the idle-timeout for the IIS app pool?
Alpha Opacity issue in IE7/8 - alpha applying to text in UL/LI