Note that there are some explanatory texts on larger screens.

plurals
  1. POjquery tabs border issue
    text
    copied!<p>I've used jQuery tabs and can't override one thing.</p> <pre><code>#tabs .ui-tabs-nav { height: 2.35em; text-align: center; } #tabs .ui-tabs-nav li { display: inline-block; float: none; margin: 0em; } #tabs .ui-widget-content { border: none; background: none; padding-left:13px; } #tabs .ui-widget-header { border: none; background: #ffffff; font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif; font-size:12px; } #tabs .ui-state-default, .ui-widget-content .ui-state-default { background:#b9c9fe; border:1px solid #E0E0E0; } #tabs .ui-state-active, .ui-widget-content .ui-state-active { background:#e8edff none; border:1px solid #ffffff; } </code></pre> <p>The problem is that I can't get rid of the one, external border.</p> <p><img src="https://i.stack.imgur.com/EfPJu.png" alt="enter image description here"></p> <p>Anyone willing to help?</p> <p>Thanks in advice.</p> <p>HTML:</p> <pre><code>&lt;div id="tabs"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#tabs-1"&gt;1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-2"&gt;2&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-3"&gt;3&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-4"&gt;4&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-5"&gt;5&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div id="tabs-1"&gt; &lt;p&gt;TODO&lt;/p&gt; &lt;/div&gt; &lt;div id="tabs-2"&gt; &lt;p&gt;TODO&lt;/p&gt; &lt;/div&gt; &lt;div id="tabs-3"&gt; &lt;p&gt;TODO&lt;/p&gt; &lt;/div&gt; &lt;div id="tabs-4"&gt; &lt;p&gt;TODO&lt;/p&gt; &lt;/div&gt; &lt;div id="tabs-5"&gt; &lt;p&gt;TODO&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Added code with HTML code to show how it goes with CSS included.</p>
 

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