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
I need help getting https 443 working on a pix firewall.
Parse Flat file...
Are there any free chart control for 64 bit .net?
Exporting Sql Tabel to Excel
Recommended Cisco Router for 100Mb Ethernet Handoff from Cogent
Backup Exec 2010 - Hyper-V Remote Agent
Is there a CChar function in VBA?
PHP Design Help
Some differences between SQL Server 2005 and SQL Server 2008?
username php script - how to point it to an excel list