
Internet Explorer 8 64-bit
I'm having a problem with PIE when using IE 8 64-bit edition.
For some reason on any mousemove it seems to contract the container by 1 pixel height and width so that effectively the right and bottom borders dissappear from the screen.
Anyone else have this problem? Anyone got a solution?
Code:
<style type="text/css">
#my-box {
border: 1px solid #000;
padding: 3px;
text-align: center;
width: 600px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(PIE.htc);
}
</style>
<div id="my-box">Lorem ipsum dolor</div>
Any help would be appreciated.
Dave