Click here to Skip to main content
Sign Up to vote bad
good
See more: ASPHTML
I am working with a html-div that have a role="dialog"
 
now, this div is inside page so, it's moving while scroll
I want to set it fix
 
please suggest how can I achieve this behaviour
Posted 17-Jan-13 1:03am

Comments
vinodkumarnie - 5-Apr-13 0:40am
can you share your code..?
Aarti Meswania - 5-Apr-13 1:16am
thanks for showing interest This topic has been solved
ankitsrist - 5-Apr-13 2:12am
you can also write within your div, position:fixed it will also work

3 solutions

I have solved it myself
I had set division Position bottom and absolute and it work
 
Thank you all for try to help me Smile | :)
 
Happy Coding!
Smile | :)
  Permalink  
Comments
vinodkumarnie - 5-Apr-13 1:40am
Thats nice. Positioning in css is very much important.
Aarti Meswania - 5-Apr-13 1:47am
right I will post it. Thanks for suggestion :)
vinodkumarnie - 5-Apr-13 1:56am
:-)
Set its css as
.fixedDiv
{
position:fixed;
left:0;
bottom:0;
}
 
<div id="yourDiv" class="fixedDiv">
your div content.
</div>
 
This will make your div appear at bottom-left of the window.
  Permalink  
Comments
Aarti Meswania - 17-Jan-13 23:52pm
this solution is working but problem is I have set div's role=dialog and I am runtime creating objects of this div so that I have set position=relative I i will set to fix then it will open each new dialog over the old dialog not display dialog in queue.
Zafar Sultan - 18-Jan-13 4:04am
If I am correct you are displaying messages dynamically in a div and want to open every new message on queue. Right?
try using ajax:alwaysvisisblecontrolextender using latest version of ajaxtoolkit extender[hassle free]
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Christian Graus 413
1 OriginalGriff 316
2 Ron Beyer 286
3 Tadit Dash 268
4 Prasad_Kulkarni 179
0 Sergey Alexandrovich Kryukov 7,061
1 Prasad_Kulkarni 3,830
2 OriginalGriff 3,620
3 _Amy 3,370
4 CPallini 3,074


Advertise | Privacy | Mobile
Web03 | 2.6.130619.1 | Last Updated 5 Apr 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid