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
Sharepoint Employee Tracker
asp.net mssql. I have another sql connection problem trying to convert to sql.data.client
Printing issues: Printing to a Microsoft Terminal server 2003
FTP under IIS 7.5
cannot access admin$
Add second monitor to HP Touch 300z
VPS web hosting query IIS7
how can I test an ATX Thermaltake Purepower (Model: HPC-420-102 DF)
Windows utility allowing always on top image
Form with dynamic field names only returning first word on request.form