Hi, I use the document.ready function by jquery to trigger some action in an asp page. the problem is that IE has problems the first time the page is loaded. I register the window.resize event for example to do the same actions i do once after first load to keep some alignments correct. these will work in ie but not the initial alignings.
I played around with the position of the javascript already and tried everything from having it in the header as well as putting as last element right before </body>.
Any ideas what I would have to change?
Firefox works like a charm btw.
Thanks!