TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Koteswararao Mallisetti
NA
817
563.7k
ajax toolkit always visible extender is not working in ie browser
Sep 14 2010 5:52 AM
hello
i am developing small appliction that is.in that i want to place a div element always top right it work fine in firefox browser but it not working in ie what is the problem microsoft official site also have that problem.. if any solution plz give me any suggestion aslo
http://www.asp.net/ajaxlibrary/act_AlwaysVisible.ashx
check this link in ie as well as firefox
my code is
<
div
ID
="divVisible"
runat
="server"
style
="
background-color
:#f09699;
border
:solid 1px #000000;
width
:100px;
height
:150px">
This is the control that I always want
to be visible.at middel Right
see the effect by scroll Down
</
div
>
<
asp
:
AlwaysVisibleControlExtender
ID
="AlwaysVisibleControlExtender1"
TargetControlID
="divVisible"
runat
="server"
HorizontalSide
="Right"
VerticalSide
="Middle"
VerticalOffset
="20"
HorizontalOffset
="20"
ScrollEffectDuration
=".1">
</
asp
:
AlwaysVisibleControlExtender
>
Reply
Answers (
2
)
How to embed yahoo home page to my website using AJAX?
'Sys' is undefined