CSS help

Out of context: Reply #6

  • Started
  • Last post
  • 8 Responses
  • Samush0

    ok my CSS for the inputs looks like this...

    #loginemail, #loginpassword{
    background-color:#f7f3a4;
    border:0px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom:3px;
    padding:2px 2px 2px 0px;
    width:100%;
    background-position:bottom left;
    background-repeat:no-repeat;
    cursor:text;
    }
    #loginemail { background-image:url("../images...
    #loginpassword { background-image:url("../images...

    and HTML...
    <input type="text" name="email" id="loginemail"></input>
    <input type="password" name="password" id="loginpassword"></input><br></br>

    • looks fine when i view that code - focus indicator could be getting clipped off - try increasing the left paddingbulletfactory

View thread