User Profile

Collapse

Profile Sidebar

Collapse
AmitMittal
AmitMittal
Last Activity: Jun 21 '07, 09:23 AM
Joined: Jun 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AmitMittal
    replied to Get IFRAME xy coordinate in Mozilla
    There are two functions that returns me Left & Top coordinate of iframe in IE, But not in any ohter Browser...

    function findPosCurleft( obj)
    {
    var curleft=0;
    //alert('obj' + obj);
    if(obj!=null)
    {
    if(obj.offsetPa rent)
    {
    //alert('obj.offs etParent' + obj.offsetParen t);
    curleft=obj.off setLeft;
    //alert('curleft' + curleft);
    while(obj=obj.o ffsetParent)...
    See more | Go to post

    Leave a comment:


  • AmitMittal
    started a topic Get IFRAME xy coordinate in Mozilla

    Get IFRAME xy coordinate in Mozilla

    I want iframe xy coordinate using mozilla, when i execute my code into IE, it returning me proper x & y coordinate but in mozilla it returns me zero of X & Y.

    Thanks in Advance
    Amit Mittal
    See more | Go to post
No activity results to display
Show More
Working...