View Single Post
Old 02-12-2009, 05:49 PM   PM User | #3
Brigzy
New to the CF scene

 
Join Date: Feb 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Brigzy is an unknown quantity at this point
Hello,
here is my first post on this forum

I have found that is I set 'UseAnimation' to true it then works in IE7.

Code:
<ajaxToolkit:AlwaysVisibleControlExtender ID="KeepVisExtender" 
    runat="server"  
    TargetControlID="Panel_KeepVis"
    ScrollEffectDuration=".1"
    HorizontalOffset="0"   VerticalOffset="0"  UseAnimation="true" >
</ajaxToolkit:AlwaysVisibleControlExtender>

However I don't want the animation as it jumps around horribly when scrolling down the page.

I am on IE 7.0.6001.1800C0
Brigzy is offline   Reply With Quote