Greerafuelp
New Member
I have made a chat application having chat window at the right side bottom corner of my screen . It remains at right side bottom corner as expected, in chrome , firefox , IE8, IE7 . But in IE9 alone , the chat window gets pushed to the left side bottom corner . I don't know the reason for this .The chat window plugin I am using is Jquery UI chatbox plugin.http://magma.cs.uiuc.edu/wenpu1/chatbox.htmlThe code has following statement which defines position of the chat window\[code\]<div class="ui-widget ui-corner-top ui-chatbox" outline="0" style="right: 0px;"\[/code\]which actually positions my chat window to this right side bottom corner .I actually tried in developer tools chrome , and when I removed \[code\]"style="right : 0px"\[/code\] It actually pushes chat window to left side bottom corner.But I dont know why this is not working in IE9.You can try it in IE9 by opening the link http://magma.cs.uiuc.edu/wenpu1/chatbox.htmland clicking "Add chatbox " link in this page. you can see the chat box moving to left side bottom corner .