Re: CSS selection width

  •  04-22-2008, 6:21 AM

    Re: CSS selection width

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     
    ... this is a DNN 4.8.2 website
     
    I think I may have found the issue.  I have this css class:
     
    /* ********** Login Button Style ************** */
    .StandardButton {color: #FFFFFF; font-family: "Lucida Grande", "Lucida Sans"; font-size: 11px; font-weight: normal; background-color: #447304; HEIGHT:25px; padding: 0px 12px 0px 12px; width: 99%;}
     
    Notice the width is 99% - and here is how that item renders in IE7:
     
     
    The interesting thing is that in Firefox, this dropdown renders correctly.
     

     
View Complete Thread