User Profile

Collapse

Profile Sidebar

Collapse
pmadhu512
pmadhu512
Last Activity: Mar 24 '08, 11:59 AM
Joined: Mar 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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";
    }...
    See more | Go to post

    Leave a comment:


  • pmadhu512
    started a topic onmouseover function not working in IE7

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...