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
Send Email from Winform application
How to create a .mdb file from ms sql server database.......
Want to run script when a file is put in a folder
SQLSERVER 2005 mirroring
how to define UserID in scope URL, so that I can show a logged-in user his or her user profile to edit or review
Eclipse and Tomcat: HTTP Status 404
MS SQL Update - Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '='
Import text file to access table
ORA-27047: unable to read the header block of file
winzip is there any free zip utility?