Hey, I recently recieved a complaint that when they visit my site and IE isn't maximized, my 2 <div> float into view over the main content. You can see what I mean at CyanideMagazine (don't maximize IE) here is the code used and it's ref.
Is there a way to embed the div so that it won't float into view and overlap the main content?
Code:
<style type="text/css">
<!--
#contest {font-size: 30px;
padding: 3px;
height: 35px;
width: 250px;
position: absolute;
right: 60px;
top: 325px;
background: #232323;
border: 2px dashed #F5F8CC;
text-align: center;
font-size: 10px;}
--></style>
<div id="contest">
<p><span style='font-size:14.0pt;font-family:Arial'>Win a Signed Copy of This</span></p>
</div>