I have this login box, with a color background. In IE7 it looks fine, but in IE8 seven white marks appear down the left side of the box/background (see attached image). When I comment-out the login box code (shown below) the white marks disappear. So, that would make me believe that the issue lies in this code. Can you help me solve this mystery? Thanks.
Here's the css code, also:Code:<!--Begin Login Box--> <div id="login-box"> <!--[onload_300;block=div;when [var.show_login_box]=1;comm]--> <form action="login.php" method="post" accept-charset="UTF-8" class="middletext"> <ul> <li><label><font class="font4_13">[var.lang_user_name]:</font></label><span class="username"><input type="text" name="user_name_login" size="16" style="width:138px;" /></span></li> <li> </li> <li><label><font class="font4_13">[var.lang_password]:</font></label><span class="password"><input type="password" name="password_login" size="16" style="width:138px;" /></span></li> <li> </li> <li> <input type="submit" value="[var.lang_login_now]" class="button-form" /> </li> <li> </li> <li> <a href="login.php">[ [var.lang_password_reminder] ]</a> <b>|</b> <a href="[var.register_menu_link]">[ [var.lang_register_today] ]</a> <input type="hidden" name="submitted" value="yes" /> <input type="hidden" name="remember_me" value="remember_me" /> </li> </ul> </form> </div> <!--End Login Box-->
Code:/*--The Login Form Container--*/ #login-box { color: #fff; width: 258px; height: 170px; float: right; background: transparent url(../images/login-back.gif) no-repeat; margin: 0px 0px 5px 0px; } #login-box ul{ display: block; list-style-type: block; margin: 0px 0px 0px 10px; padding: 25px 0px 0px 0px; } .login-box li{ list-style-type: none; margin: 5px 20px 5px 0px; text-align: right; } #login-box a { color: #000000; font-weight: bold; } #login-box a:hover { color: #fff; } .username { margin:0px 0px 0px 12px; } .password { margin:0px 0px 0px 12px; } .howlong { margin: 0px 12px 0px 12px; } .login-button { margin: 0px 0px 0px 18px; } .login-button-index { margin: -8px 0px 0px 0px; }








Bookmarks