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
CSS SuperFish Menu - IE does not display
Best Practice for seeing if a value already exists prior to trying to do an INSERT?
Paleontology
Unable to VPN
Problem with hwdPhotoShare in Joomla
Expanding Array - HP Array Configuration Utility
comcast - web content filtering
Can I put a 800MHz bus CPU in a 533MHz bus motherboard?
Logo Ideas
I can't get past the "Reporting Services Login" when attempting to depoy a report to my report server