Hey all,
I'm trying to perform a PERFECTLY simple code to make a table absolute center. But lo and behold IE7 says "nope, no can do" and displays it in the top left corner, bascially ignoring the css entirely.
Here it is:
Any suggestions? I'm close to sticking my middle finger up and saying "If you use IE... Tough Titties!"
I'm trying to perform a PERFECTLY simple code to make a table absolute center. But lo and behold IE7 says "nope, no can do" and displays it in the top left corner, bascially ignoring the css entirely.
Here it is:
<style type="text/css">
body {
background: #000000;
margin-top: -45px;
margin-left: -250px;
position: absolute;
top: 50%;
left: 50%;
}
</style>
Any suggestions? I'm close to sticking my middle finger up and saying "If you use IE... Tough Titties!"