I how can I get this child div to sit at the top left of the screen no matter what the screen resolution is using jQuery?
<div style="position: relative; margin: auto; width: 500px">
<div style="position: absolute;></div>
</div>
The solution need to be compatible with IE.
should do it