the popup block which i have display while onmouseover event
code is bellow
could please replay me soon i stuck with this problem.
function openPlusPopup(w hichLayer)
{
var style2 = document.getEle mentById(whichL ayer).style;
style2.display = "block";
}...
User Profile
Collapse
-
onmouseover function not working in IE7
hi below code is working in the IE6 and mozilla but not working IE7.when i moving the mouse to the block the popup getting closed
could you please help me how to resolve this problem
...Code:<div class="plus_addition"> <div class="plusindicator " onmouseover="openPlusPopup('pluspopup_<c:out value="${uniqueId}"/>')" onmouseout="closePlusPopup('pluspopup_<c:out
No activity results to display
Show More
Leave a comment: