Can someone help me to get div id "loader" to float in the center of div class "Window". Thanks.
<div id="someid" class="Window">
<div id="loader"></div>
</div>
UPDATE* I need to center it in the absolute middle of a block. Lets say class "Window" was 400px high. How do I get "loader to float in the center (height/width) of that?