I have a problem when i resize the ie or change the resolution. In firefox works perfect but in ie not. I have a div and a ajax function that loads the content in div like this. mainarea is the div. The problem is when i resize ie the div content goest down, about 800px from top. If someone can help me. I can give a link of the app. Thanks document.getElementById(''mainArea'').style.display = "block"; new Ajax.Updater(''mainArea'', window,{method:''get'', asynchronous:true, evalScripts:true}); -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---