There's a <div>
on the right side of my site that displays properly. It says "Look at the new Hunt Group Hunter". If you open the same site in IE8, that <div>
is missing. I am not sure how to account for IE8.
Here's the CSS I have for this object.
#hg {
text-align:center;
font-size:180%;
width: 210px;
height: 150px;
position:absolute;
margin: 240px 0px 0px 920px;
}
#hg_hunter {
width: 168px;
height: 148px;
position:absolute;
margin: 80px 100px 0 62px;
}
I'm lost here because this is basic <div>
placement.
Any ideas?
PS - IE8 is our corporate browser. I can't do anything about that.