Note that there are some explanatory texts on larger screens.

plurals
  1. POBootstrap dropdown button turns half black on clicking?
    primarykey
    data
    text
    <p>Advance sorry for this silly question, I created a sign in dropdown button in navbar(navbar-inverse) but on clicking the button turns half black. I didnt customize the button and it is the simple plain red danger button. I have been searching for the reason but nothing is working. So please help me.</p> <pre><code> &lt;div class="navbar navbar-inverse" style="margin-bottom:0px"&gt; &lt;div class="navbar-inner"&gt; &lt;ul class="nav pull-right" style="margin-top:3px"&gt; &lt;li class="active span2"&gt;&lt;a href="#"&gt;HOME&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" class="span2"&gt;ABOUT&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" class="span2"&gt;PRICING&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#" class="span2"&gt;CONTACT&lt;/a&gt;&lt;/li&gt; &lt;li class="dropdown"&gt; &lt;button class="btn btn-danger dropdown-toggle" data-toggle="dropdown" href="#"&gt;SIGN IN&lt;/button&gt; &lt;ul class="dropdown-menu" style="margin-right:25px;margin-top:10px;width:230px"&gt; &lt;form align="center" style="text-align:center"&gt; &lt;div class="input-prepend"&gt; &lt;span class="add-on" style="margin-top:10px"&gt;&lt;i class="icon-user icon-black"&gt;&lt;/i&gt;&lt;/span&gt; &lt;input type="text" style="width:140px;margin-top:10px"/&gt; &lt;/div&gt; &lt;input type="text" style="width:170px"/&gt; &lt;/form&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p><img src="https://i.stack.imgur.com/Kxd6L.png" alt="before clicking"></p> <p><img src="https://i.stack.imgur.com/ZuUtg.png" alt="after clicking"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload