Get your own customer support community
 

scrollfollow animate option 'no' IE 7

Hi,
I set the animate to 'no' in firefox and it (div element) floats on the right end without follow when I scroll. But the animate option 'no' does not seem to work for me in IE 7. When I begin to scroll it moves the div element (id=HRSUPPORT) to the left end from right and pushes the content on the left below the div.

$("#HRSUPPORT").css({background: "#C3D9FF", opacity: "0.8", position:"absolute", right:"15px",top:"50px", width:"150px",height:"320px"});

$("#HRSUPPORT").scrollFollow({speed: 0, offset:50, animate: 'no'});

Am I missing something?. Thanks much.
Inappropriate?
1 person has this question

  • R.A. Ray
    Inappropriate?
    Hey Ash,

    I copied the settings you used and I'm getting proper behavior. Two things:

    1. Are you using the latest version of the plugin? We just released 0.3.0 this week. http://kitchen.net-perspective.com/op...

    2. Can you post a link to a test page so I can see if there are other relevant factors involved?
     
    sad I’m sorry you're having trouble.
  • Comment_icon
    1. Yes, I downloaded the latest plugin.
    2. I was testing this on an intranet page so had to paste the source below

    thanks,
    Ash
  • Ash
    Inappropriate?
    Hi Ray,

    I was testing this on an intranet page. I have attached the source if this helps. If you open up this in FF3 you will notice that is floats on the right end but has different behavior in IE7. You will have to change the following in the below source...

    C:\Documents and Settings\areddy\Desktop\test\jquery.easing.js
    C:\Documents and Settings\areddy\Desktop\test\jquery.scrollfollow.js
    C:\Documents and Settings\areddy\Desktop\test\jquery.corner.js

    thanks,
    ash

    <html>
    <head>
    <!-- Copyright (c) 2000-2005 PeopleSoft, Inc. All Rights Reserved. -->
    <!-- NETSCAPE/5.0/WINXP; ToolsRel=8.46.05; Page=EP_APPR_BASE1; Component=EP_APPR_BASE; Menu=ROLE_MANAGER; -->

    <link href="/cs/hrsysc1/cache/PSSTYLEDEF_2.css" rel="stylesheet" type="text/css" />
    <title>Performance Review Baseline</title>
    <title>New Page 1</title><title>New Page 1</title><style type="text/css">/* See license.txt for terms of usage */

    .firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
    }

    .firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
    }

    .firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
    }

    .firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
    }

    .overflowRulerX > .firebugRulerV {
    left: 0;
    }

    .overflowRulerY > .firebugRulerH {
    top: 0;
    }

    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

    .firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
    }

    .firebugLayoutBoxMargin {
    background-color: #EDFF64;
    }

    .firebugLayoutBoxBorder {
    background-color: #666666;
    }

    .firebugLayoutBoxPadding {
    background-color: SlateBlue;
    }

    .firebugLayoutBoxContent {
    background-color: SkyBlue;
    }

    /*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
    }

    .firebugHighlightBox {
    background-color: Blue !important;
    }*/

    .firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
    }

    .firebugLayoutLineLeft,
    .firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
    }

    .firebugLayoutLineTop,
    .firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
    }

    .firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
    }

    .firebugLayoutLineRight {
    border-right: 1px solid #999999;
    }

    .firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
    }

    .firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
    }
    </style></head><body class="PSPAGE">

    Processing... please wait


    <form name="win0">
    <input name="ICType" type="hidden" value="Panel" />
    <input name="ICElementNum" type="hidden" value="0" />
    <input name="ICStateNum" type="hidden" value="10" />
    <input name="ICAction" type="hidden" value="None" />
    <input name="ICXPos" type="hidden" value="0" />
    <input name="ICYPos" type="hidden" value="0" />
    <input name="ICFocus" type="hidden" value="" />
    <input name="ICChanged" type="hidden" value="0" />
    <input name="ICResubmit" type="hidden" value="0" />
    <table width="100%">
    <tbody><tr>
    <td width="80%"></td><td width="10%"></td>
    <td width="10%">New Window | Help | Customize Page | Click to copy the complete address (URL) of this page to the clipboard.</td></tr>
    </tbody></table>


    <input type="button" value="Save" />
    <input type="button" value="Discard Draft" />
    test
    <table class="PSPAGECONTAINER"><tbody><tr><td>
    <table class="PSPAGECONTAINER" width="596">
    <tbody><tr>
    <td height="18" width="1"></td>
    <td width="4"></td>
    <td width="2"></td>
    <td width="1"></td>
    <td width="5"></td>
    <td width="196"></td>
    <td width="20"></td>
    <td width="76"></td>
    <td width="32"></td>
    <td width="128"></td>
    <td width="92"></td>
    <td width="12"></td>
    <td width="10"></td>
    <td width="10"></td>
    <td width="7"></td>
    </tr>
    <tr>
    <td height="24"></td>
    <td>

    </td>
    </tr>
    <tr>
    <td height="26"></td>
    <td>
    &
    </td>
    </tr>
    <tr>
    <td height="12"></td>
    <td>
    <table class="PALEVEL0PRIMARY" width="463">
    <tbody><tr>
    <td height="0" width="8"></td>
    <td width="444"></td>
    <td width="11"></td>
    </tr>
    <tr>
    <td height="8"></td>
    <td>

    <!-- Begin HTML Area EP_BTN_LINK_WRK_EP_HTMLAREA_DTL -->

    <!-- End HTML Area -->

    </td>
    <td></td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="8"></td>
    </tr>
    <tr>
    <td height="16"></td>
    <td>

    <!-- Begin HTML Area EP_BTN_LINK_WRK_AZ_EP_HTML -->
    <link title="Theme" rel="stylesheet" type="text/css" />

    <link href="http://btk.amazon.com/ajax/libs/jquery/ui/1.5.2/themes/flora/flora.all.css" title="Flora (Default)" rel="stylesheet" type="text/css" />

    ");

    $("#HRSUPPORT").after("
    ");

    $("#HRSUPPORT").html("
    <input type="button" value="Save"></input>
    <input type="button" value="Discard Draft"></input>
    test
    ");

    $("#HRSUPPORT").css({background: "#C3D9FF", opacity: "0.8", position:"absolute", right:"15px",top:"50px", width:"150px",height:"500px"});

    $("#HRSUPPORT").corner();

    $("#PSSAVEBTN").css({ position:"relative", left:"16px",top:"20px"});

    $("#PSREVERTBTN").css({ position:"relative", left:"16px",top:"40px"});

    $("#SAVEMESSAGE").css({ position:"relative", left:"16px",top:"60px", height:"100px", width:"120px", background: "#FAFAD2"});

    $("#SAVEMESSAGE").corner();

    $("#SUPPORTLNK").css({ position:"relative", left:"32px",top:"80px"});

    $("#AUTOSAVELNK").css({ position:"relative", left:"22px",top:"100px"});

    $("#AUTOLOADLNK").css({ position:"relative", left:"22px",top:"120px"});

    // $("#HRSUPPORT").scrollFollow({speed: 500, easing: 'linear', offset:50, killSwitch: 'DISABLE', onText: 'Disable Follow', offText: 'Enable Follow', animate: 'yes'})
    $("#HRSUPPORT").scrollFollow({speed: 0, offset:50, killSwitch: 'DISABLE', animate: 'no'});

    $("textarea.PSLONGEDITBOX").each( function() { var currid = this.id; var newid = currid.replace("$", ""); this.id = newid;});

    $("input.AZ_PUSHBUTTON_RED").click( function() { var newwin = window.open("../../../EMPLOYEE/HRMS/c/ROLE_MANAGER.EP_APPR_BASE.GBL?page=AZ_EP_APPR_BASE1");} );

    $('textarea').resizable({handles: "s", preserveCursor: true});

    if(0) {
    as_struct_add("", "", "", "", "", "", 0, "");
    autosave(DOC_ID, "EP_APPR_ITEM_EP_RESULTS");

    }

    });

    function azautosave() {

    autosave(DOC_ID, "EP_APPR_ITEM_EP_RESULTS");

    }

    function azdiscard() {

    $("#AZDIALOG").text("test");

    $("#AZDIALOG").dialog({

    modal: true,
    overlay: {
    opacity: 0.5,
    background: "black"
    } ,
    buttons: {
    "Yes": function() {
    // call_as_clear(DOC_ID);
    $(this).dialog("close");
    window.location.href = "../../../EMPLOYEE/HRMS/c/ROLE_MANAGER.EP_APPR_BASE.GBL?page=EP_APPR_BASE1";
    },
    "No": function() {
    $(this).dialog("close");
    }
    }
    });

    }

    function submitAction_amzn(form)
    {
    form.ICAction.value="EP_BTN_LINK_WRK_EP_STORE_PB";
    form.ICXPos.value=getScrollX();
    form.ICYPos.value=getScrollY();
    form.ICResubmit.value=nResubmit;
    form.submit();
    nResubmit++;
    }


    </td>
    <td></td>
    </tr>
    <tr>
    <td height="55"></td>
    <td>
    <table class="PAGROUPBOXLABELINVISIBLE" width="551">
    <tbody><tr>
    <td height="0" width="4"></td>
    <td width="4"></td>
    <td width="100"></td>
    <td width="200"></td>
    <td width="243"></td>
    </tr>
    <tr>
    <td height="12"></td>
    <td>
    <hr class="PSHORIZONTALRULE" width="100%" />
    </td>
    </tr>
    <tr>
    <td height="2"></td>
    <td>
    <input name="EP_BTN_LINK_WRK_EP_STORE_PB" class="PSPUSHBUTTON" type="button" value="Save for Later" />
    </td>
    <td>
    <input name="EP_BTN_LINK_WRK_EP_COMPLETE_PB" title="Complete Review" class="PSPUSHBUTTON" type="button" value="Complete" />
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="18"></td>
    <td>

    Return to Previous Page

    </td>
    </tr>
    <tr>
    <td height="12"></td>
    <td>
    <hr class="PSHORIZONTALRULE" width="100%" />
    </td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="3"></td>
    </tr>
    <tr>
    <td height="6"></td>
    <td>
    HR Support
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="2"></td>
    <td>

    Submit HR Support Request

    </td>
    </tr>
    <tr>
    <td height="2"></td>
    <td>
    <input name="EP_BTN_LINK_WRK_AZ_PRINTABLE_LINK" title="View Printable Evaluation" class="AZ_PUSHBUTTON_RED" type="button" value="View / Print Goals" />
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="2"></td>
    <td></td>
    <td>

    Notify

    </td>
    </tr>
    <tr>
    <td height="24"></td>
    <td>
    Notify
    </td>
    </tr>
    <tr>
    <td height="3174"></td>
    <td>
    <table class="PABACKGROUNDINVISIBLEWBO" width="573">
    <tbody><tr><td width="571">
    <table class="PABACKGROUNDINVISIBLE" width="571">
    <tbody><tr>
    <td height="6" width="3"></td>
    <td width="543"></td>
    <td width="19"></td>
    <td width="6"></td>
    </tr>
    <tr>
    <td height="15"></td>
    <td>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="10"></td>
    </tr>
    <tr>
    <td height="15"></td>
    <td>
    <table class="PSLEVEL1SCROLLAREABODYNBO" width="543">
    <tbody><tr><td class="PSLEVEL1SCROLLAREAHEADER">Performance Goals</td></tr>
    <tr><td height="1" width="543">
    </td></tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td height="10"></td>
    </tr>
    <tr>
    <td height="1541"></td>
    <td>
    <table class="PAGROUPBOXLABELINVISIBLEWBO" width="561">
    <tbody><tr><td width="559">
    <table class="PAGROUPBOXLABELINVISIBLE" width="559">
    <tbody><tr>
    <td height="6" width="3"></td>
    <td width="2"></td>
    <td width="542"></td>
    <td width="6"></td>
    <td width="6"></td>
    </tr>
    <tr>
    <td height="12"></td>
    <td>
    <table class="PAPAGEINSTRUCTIONS" width="543">
    <tbody><tr>
    <td height="0" width="2"></td>
    <td width="532"></td>
    <td width="9"></td>
    </tr>
    <tr>
    <td height="8"></td>
    <td>

    <!-- Begin HTML Area EP_BTN_LINK_WRK_EP_HTMLAREA2$1 -->

    Create Goals

    Review and finalize the 3-5 SMART goals (Specific, Measurable, Achievable,
    Relevant, Time Bound) identified by this employee for the review to
    make sure they meet the SMART standards and are relevant to your department's
    goals.



    • Click the 'Edit' link to update this employee's statement of the goal title, description, or goal deadline

    • Click the 'Add a Goal' link to add another goal

    • Click the 'Delete' link to delete goal



    Update & Maintain Goals

    Regularly review this employee's goals and provide updates to ensure goals remain accurate.


    • Click the 'Edit' link to update the goal title, description, status, or deadline

    • Upon each goal deadline, summarize this employee's performance against the goal in the 'Manager Summary' field

    • Click the 'Notify' link to notify this employee when you have made updates and/or added comments




    • <!-- End HTML Area -->

    </td>
    <td></td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="16"></td>
    </tr>
    <tr>
    <td height="1483"></td>
    <td>
    <table class="PABACKGROUNDINVISIBLE" width="548">
    <tbody><tr>
    <td height="2" width="1"></td>
    <td width="2"></td>
    <td width="512"></td>
    <td width="14"></td>
    <td width="8"></td>
    <td width="11"></td>
    </tr>
    <tr>
    <td height="33"></td>
    <td>
    <table class="PABACKGROUNDINVISIBLE" width="527">
    <tbody><tr>
    <td height="0" width="6"></td>
    <td width="497"></td>
    <td width="24"></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td>
    <label class="PSEDITBOXLABEL"></label>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="26"></td>
    <td>
     
    </td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="7"></td>
    </tr>
    <tr>
    <td height="69"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="511">
    <tbody><tr><td class="PSGROUPBOXLABEL">Collapse section Group Box 5 </td></tr>
    <tr><td width="509">
    <table class="PSGROUPBOX" width="509">
    <tbody><tr>
    <td height="2" width="3"></td>
    <td width="6"></td>
    <td width="494"></td>
    <td width="6"></td>
    </tr>
    <tr>
    <td height="25"></td>
    <td>
    <table class="PAPAGEINSTRUCTIONS" width="499">
    <tbody><tr>
    <td height="0" width="4"></td>
    <td width="475"></td>
    <td width="13"></td>
    <td width="7"></td>
    </tr>
    <tr>
    <td height="8"></td>
    <td>

    <!-- Begin HTML Area EP_BTN_LINK_WRK_EP_HTMLITEM$1 -->

    Provide managers the tools to perform the mid year promotion and subsequent off cycle compensation changes inside the PeoplePortal resulting in fewer process steps and the need to find and enter data in multiple systems. Complete the promotion transaction by Sept 2008 and base salary transactions by January 2009.

    Role(s): Developer

    See Consolidated Goals Matrix for specific outcomes, measurements, and deliverables:

    Goal Deadline: 01/31/2009
    Goal Frequency:
    Status: On-track to meet by deadline
    <!-- End HTML Area -->

    </td>
    <td></td>
    </tr>
    <tr>
    <td height="11"></td>
    <td>
    <label class="PSEDITBOXLABEL"> </label>
    </td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="7"></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td>

    Edit

    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="8"></td>
    </tr>
    <tr>
    <td height="139"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="533">
    <tbody><tr><td class="PSGROUPBOXLABEL">Employee Summary</td></tr>
    <tr><td width="531">
    <table class="PSGROUPBOX" width="531">
    <tbody><tr>
    <td height="10" width="12"></td>
    <td width="519"></td>
    </tr>
    <tr>
    <td height="113"></td>
    <td>


    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="9"></td>
    </tr>
    <tr>
    <td height="139"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="533">
    <tbody><tr><td class="PSGROUPBOXLABEL">Manager Summary</td></tr>
    <tr><td width="531">
    <table class="PSGROUPBOX" width="531">
    <tbody><tr>
    <td height="6" width="7"></td>
    <td width="524"></td>
    </tr>
    <tr>
    <td height="117"></td>
    <td>
    <textarea name="EP_BTN_LINK_WRK_AZ_EP_MGR_LONG$1" class="PSLONGEDITBOX ui-resizable"></textarea>
    Spell Check Manager Comments (Alt+5)
    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td height="18"></td>
    </tr>
    <tr>
    <td height="65"></td>
    <td>
    <table class="PAGROUPBOXLABELINVISIBLE" width="535">
    <tbody><tr>
    <td height="1" width="4"></td>
    <td width="2"></td>
    <td width="24"></td>
    <td width="142"></td>
    <td width="24"></td>
    <td width="114"></td>
    <td width="20"></td>
    <td width="112"></td>
    <td width="86"></td>
    <td width="2"></td>
    <td width="5"></td>
    </tr>
    <tr>
    <td height="13"></td>
    <td>
    <hr class="PSHORIZONTALRULE" width="100%" />
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="3"></td>
    <td>
    <input name="EP_BTN_LINK_WRK_EP_STORE_PB$102$$1" title="Save for Later" class="PSPUSHBUTTON" type="button" value="Save" />
    </td>
    </tr>
    <tr>
    <td height="2"></td>
    <td>
    Add a Goal
    </td>
    <td></td>
    <td>
    Delete
    </td>
    <td></td>
    <td>
    Send Notification
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="20"></td>
    <td>

    Add a Goal

    </td>
    <td>

    Delete

    </td>
    <td>

    Notify

    </td>
    </tr>
    <tr>
    <td height="12"></td>
    <td>
    <hr class="PSHORIZONTALRULE" width="100%" />
    </td>
    <td></td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td height="10"></td>
    </tr>
    <tr>
    <td height="33"></td>
    <td>
    <table class="PABACKGROUNDINVISIBLE" width="527">
    <tbody><tr>
    <td height="0" width="6"></td>
    <td width="497"></td>
    <td width="24"></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td>
    <label class="PSEDITBOXLABEL">ePerformance</label>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="26"></td>
    <td>
     
    </td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="7"></td>
    </tr>
    <tr>
    <td height="69"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="511">
    <tbody><tr><td class="PSGROUPBOXLABEL">Collapse section Group Box 5 </td></tr>
    <tr><td width="509">
    <table class="PSGROUPBOX" width="509">
    <tbody><tr>
    <td height="2" width="3"></td>
    <td width="6"></td>
    <td width="494"></td>
    <td width="6"></td>
    </tr>
    <tr>
    <td height="25"></td>
    <td>
    <table class="PAPAGEINSTRUCTIONS" width="499">
    <tbody><tr>
    <td height="0" width="4"></td>
    <td width="475"></td>
    <td width="13"></td>
    <td width="7"></td>
    </tr>
    <tr>
    <td height="8"></td>
    <td>

    <!-- Begin HTML Area EP_BTN_LINK_WRK_EP_HTMLITEM$2 -->

    <!-- End HTML Area -->

    </td>
    <td></td>
    </tr>
    <tr>
    <td height="11"></td>
    <td>
    <label class="PSEDITBOXLABEL"> </label>
    </td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="7"></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td>

    Edit

    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="8"></td>
    </tr>
    <tr>
    <td height="139"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="533">
    <tbody><tr><td class="PSGROUPBOXLABEL">Employee Summary</td></tr>
    <tr><td width="531">
    <table class="PSGROUPBOX" width="531">
    <tbody><tr>
    <td height="10" width="12"></td>
    <td width="519"></td>
    </tr>
    <tr>
    <td height="113"></td>
    <td>
     
    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td height="9"></td>
    </tr>
    <tr>
    <td height="139"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="533">
    <tbody><tr><td class="PSGROUPBOXLABEL">Manager Summary</td></tr>
    <tr><td width="531">
    <table class="PSGROUPBOX" width="531">
    <tbody><tr>
    <td height="6" width="7"></td>
    <td width="524"></td>
    </tr>
    <tr>
    <td height="117"></td>
    <td>
    <textarea name="EP_BTN_LINK_WRK_AZ_EP_MGR_LONG$2" class="PSLONGEDITBOX ui-resizable"></textarea>
    Spell Check Manager Comments (Alt+5)
    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td height="18"></td>
    </tr>
    <tr>
    <td height="65"></td>
    <td>
    <table class="PAGROUPBOXLABELINVISIBLE" width="535">
    <tbody><tr>
    <td height="1" width="4"></td>
    <td width="2"></td>
    <td width="24"></td>
    <td width="142"></td>
    <td width="24"></td>
    <td width="114"></td>
    <td width="20"></td>
    <td width="112"></td>
    <td width="86"></td>
    <td width="2"></td>
    <td width="5"></td>
    </tr>
    <tr>
    <td height="13"></td>
    <td>
    <hr class="PSHORIZONTALRULE" width="100%" />
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="3"></td>
    <td>
    <input name="EP_BTN_LINK_WRK_EP_STORE_PB$102$$2" title="Save for Later" class="PSPUSHBUTTON" type="button" value="Save" />
    </td>
    </tr>
    <tr>
    <td height="2"></td>
    <td>
    Add a Goal
    </td>
    <td></td>
    <td>
    Delete
    </td>
    <td></td>
    <td>
    Send Notification
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="20"></td>
    <td>

    Add a Goal

    </td>
    <td>

    Delete

    </td>
    <td>

    Notify

    </td>
    </tr>
    <tr>
    <td height="12"></td>
    <td>
    <hr class="PSHORIZONTALRULE" width="100%" />
    </td>
    <td></td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td height="10"></td>
    </tr>
    <tr>
    <td height="33"></td>
    <td>
    <table class="PABACKGROUNDINVISIBLE" width="527">
    <tbody><tr>
    <td height="0" width="6"></td>
    <td width="497"></td>
    <td width="24"></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td>
    <label class="PSEDITBOXLABEL"></label>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="26"></td>
    <td>
     
    </td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="7"></td>
    </tr>
    <tr>
    <td height="69"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="511">
    <tbody><tr><td class="PSGROUPBOXLABEL">Collapse section Group Box 5 </td></tr>
    <tr><td width="509">
    <table class="PSGROUPBOX" width="509">
    <tbody><tr>
    <td height="2" width="3"></td>
    <td width="6"></td>
    <td width="494"></td>
    <td width="6"></td>
    </tr>
    <tr>
    <td height="25"></td>
    <td>
    <table class="PAPAGEINSTRUCTIONS" width="499">
    <tbody><tr>
    <td height="0" width="4"></td>
    <td width="475"></td>
    <td width="13"></td>
    <td width="7"></td>
    </tr>
    <tr>
    <td height="8"></td>
    <td>

    <!-- Begin HTML Area EP_BTN_LINK_WRK_EP_HTMLITEM$3 -->

    <!-- End HTML Area -->

    </td>
    <td></td>
    </tr>
    <tr>
    <td height="11"></td>
    <td>
    <label class="PSEDITBOXLABEL"> </label>
    </td>
    </tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="7"></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td>

    Edit

    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    <td></td>
    </tr>
    <tr>
    <td height="8"></td>
    </tr>
    <tr>
    <td height="139"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="533">
    <tbody><tr><td class="PSGROUPBOXLABEL">Employee Summary</td></tr>
    <tr><td width="531">
    <table class="PSGROUPBOX" width="531">
    <tbody><tr>
    <td height="10" width="12"></td>
    <td width="519"></td>
    </tr>
    <tr>
    <td height="113"></td>
    <td>
     
    </td>
    </tr>
    </tbody></table>
    </td></tr>
    </tbody></table>
    </td>
    </tr>
    <tr>
    <td height="9"></td>
    </tr>
    <tr>
    <td height="139"></td>
    <td>
    <table class="PSGROUPBOXWBO" width="533">
    <tbody><tr><td class="PSGROUPBOXLABEL">Manager Summary</td></tr>
    <tr><td width="531">
    <table class="PSGROUPBOX" width="531">
    <tbody><tr>
    <td height="6" width="7"></td>
    <td width="524"></td>
    </tr>
    <tr>
    <td height="117"></td>
    <td>
    <textarea name="EP_BTN_LINK_WRK_AZ_EP_MGR_LONG$3">
    </td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></form></body></html>
  • R.A. Ray
    Inappropriate?
    This forum allows some HTML so that gets rendered, and also, it appears, eliminates script tags. So the source here does not help much. It looks like you have a bunch of firebug styles in there as well.
  • Ash
    Inappropriate?
    Sorry about the previous post. I was able to recreate it with a much smaller source. Any chance I could email it or attach it here. Thanks again.
  • R.A. Ray
  • Comment_icon
  • R.A. Ray
    Inappropriate?
    The problem is that your page does not include a DOCTYPE and thus IE7 will not support the 'position: fixed' needed to make the no-animation following work.

    For reading up on DOCTYPEs: http://alistapart.com/stories/doctype/
User_default_medium