Hello. I have this simple:
<script type="text/javascript">
$("#message").fadeIn("slow");
</script>
<div id='message' style="display: none;">
<span>Hey, du har fået +1 points, du har nu <u>2929</u></span>
<a href="#" class="close-notify" onclick="closeNotice()">X</a>
</div>
And i have a design on my site. When i use this, it works and shows it "over" the design, but when i try to view in IE, it shows it "under" the design..
Does it matter where the <div>
box is? why is it so it shows correct in FF but not IE?