1

嵌套在类 dropdown-menu 的 div 中的代码是褪色的。

<li class="drop down">
  <a class="dropdown-toggle" href="#" data-toggle="dropdown">
  Sign In
  <strong class="caret"></strong>
  </a>
  <div class="dropdown-menu" style="padding: 15px; padding-bottom:0px;">
    <form method="post" action="post_login" accept-charset="UTF-8">
      <input id="login" type="text" style="margin-bottom: 15px;" size="30" name="user[login]">
      <input id="login" type="password" style="margin-bottom: 15px;" size="30" name="user[password]">
      <input class="btn btn-primary" type="submit" value="Sign In" style="clear: left; wdith: 100%; height=32px font-size:13px" name="commit">
    </form>
  </div>
</li>
4

1 回答 1

1

那是因为它在页面中不可见。

于 2012-07-22T17:58:38.740 回答