Note that there are some explanatory texts on larger screens.

plurals
  1. POCan anyone tell me why this white space is appearing in my jQuery mobile buttons?
    text
    copied!<p>I can't figure out how to get rid of this white line to the right of my buttons. Here's the problem:</p> <p><a href="http://cl.ly/image/2W0G1o2g3D47" rel="nofollow">http://cl.ly/image/2W0G1o2g3D47</a></p> <p>Here's my code:</p> <pre><code> &lt;!DOCTYPE html&gt;&lt;html&gt;&lt;style type="text/css"&gt; &lt;/style&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt; &lt;link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /&gt; &lt;script src="http://code.jquery.com/jquery-1.8.2.min.js"&gt;&lt;/script&gt; &lt;script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"&gt;&lt;/script&gt;&lt;/head&gt;&lt;body&gt; &lt;div data-role="navbar" &gt; &lt;ul&gt; &lt;li&gt;&lt;a id='button1' data-theme ="a" data-iconpos="top"&gt;Button 1&lt;/a&gt;&lt;/li&gt; &lt;li &gt; &lt;a id='button2' data-theme ="a" data-iconpos="top"&gt;Button 2&lt;/a&gt;&lt;/li&gt; &lt;li &gt; &lt;a id='button3' data-theme ="a" data-iconpos="top"&gt;Button 3&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;&lt;!-- /navbar --&gt; &lt;div data-role="navbar" &gt; &lt;ul&gt; &lt;li&gt;&lt;a id='button4' data-theme ="a" data-iconpos="top"&gt;Button 4&lt;/a&gt;&lt;/li&gt; &lt;li &gt; &lt;a id='button5' data-theme ="a" data-iconpos="top"&gt;Button 5&lt;/a&gt;&lt;/li&gt; &lt;li &gt; &lt;a id='button11' data-theme ="a" data-iconpos="top"&gt;Button 6 &lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;&lt;!-- /navbar --&gt; &lt;div data-role="navbar" &gt; &lt;ul&gt; &lt;li&gt;&lt;a id='button6' data-theme ="a" data-iconpos="top"&gt;Button 7&lt;/a&gt;&lt;/li&gt; &lt;li &gt; &lt;a id='button10' data-theme ="b" data-iconpos="top"&gt;Button 8&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;&lt;!-- /navbar --&gt; &lt;/body&gt;&lt;/html&gt; </code></pre>
 

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