• 14-02-2009, 21:50:55
    #1
    a In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected


    a { padding: 0pt 15px; float: none; height: 29px; line-height: 29px; display: block; color: #9C9; font-weight:bold; text-decoration:none; }


    Bunun çözümü nedir yardımcı olursanız sevinirim.
  • 14-02-2009, 22:22:37
    #2
    width: auto; yapınca düzeldi =)