Hi gabenn2,
On your leftBoxContainer you have a style width of 150px
Taken from source
As the images you have used are background images I believe that this is causing IE to crop them at that widthPHP Code:<div class="leftBoxContainer" id="loginbox" style="width: 150px">
Have you tried changing this to 162px?




