I want to write a window like gmail's chat window which when i click on minimize, it goes to right corner of the page and by scrolling does not change the position. I'm using wicket framework in java. does anyone know what is the name of this window so that i can search in Google? and can anyone help me how can I do this?
Asked
Active
Viewed 190 times
-1
-
Try searching google chat widget – ACP Dec 23 '09 at 06:57
3 Answers
1
you'll want to set the div's css properties to position:fixed; bottom:0; right:0; that will place the div relative to bottom right corner. minimization requires javascript, i'd recommend using jQuery, jQuery's basic effects will do a great job at this.

Michael
- 3,498
- 5
- 27
- 32