Note that there are some explanatory texts on larger screens.

plurals
  1. POHelp me Using jScrollPane - JQUERY Plugin
    primarykey
    data
    text
    <p>I download and using Jscrollpane at <a href="http://jscrollpane.kelvinluck.com/" rel="nofollow">http://jscrollpane.kelvinluck.com/</a> but it not work well after i dit my html code and css as example with customize suitable with my situation, it do not display scroll bar here :</p> <pre><code>&lt;script type="text/javascript"&gt; $(document).ready(function () { $('ul.menu-meal li .meal-content').jScrollPane({ showArrows: true }); }); &lt;/script&gt; </code></pre> <p>here my html :</p> <pre><code>&lt;ul class="menu-meal"&gt; &lt;li&gt; &lt;div class="meal-name"&gt; &lt;img id="ctl00_ContentPlaceHolder1_Menu1_img_MealName_Breakfast" src="Images/MealName_Breakfast.png" style="border-width:0px;" /&gt; &lt;/div&gt; &lt;div class="meal-content"&gt; &lt;h1&gt; &lt;span class="meal-title"&gt;BREAKFAST &amp; LUNCH&lt;/span&gt; &lt;/h1&gt; &lt;p class="meal-sub-title"&gt; BREAKFAST( FROM 7AM-10:30AM) &lt;/p&gt; &lt;p class="food"&gt; &lt;span class="food-name"&gt;01.TRADITIONAL BEEF NOODLE SOUP&lt;/span&gt; &lt;span class="food-price"&gt; 23.4&lt;/span&gt; &lt;/p&gt; &lt;p class="food"&gt; &lt;span class="food-name"&gt;02.RICE NOODLE SOUP WITH CRISPY SOFT SHELL CRAB AND LIME LEAVE&lt;/span&gt; &lt;span class="food-price"&gt;28.5&lt;/span&gt; &lt;/p&gt; &lt;p class="food"&gt; &lt;span class="food-name"&gt;03.RICE NOODLE SOUP WITH MUSHROOM AND SEAFOOD&lt;/span&gt; &lt;span class="food-price"&gt;22.8&lt;/span&gt; &lt;/p&gt; &lt;p class="food"&gt; &lt;span class="food-name"&gt;04.AMERICAN BREAFAST: CHOICE OF FRIED EGG OR OMELETE SERVED&lt;/span&gt; &lt;span class="food-price"&gt;&lt;/span&gt; &lt;/p&gt; &lt;/div&gt; &lt;/li&gt;&lt;/ul&gt; </code></pre> <p>and here my css code :</p> <pre><code>.main-content ul.menu-meal { background-color: #dbd8d0; float: left; height: 800px; position: relative; overflow: hidden; width: 1160px; } ul.menu-meal li { background-color: #dbd8d0; /*cursor: pointer;*/ height: 800px; padding-right: 280px; position: absolute; top: 0; width: 880px; } ul.menu-meal li div.meal-name { float: left; background-color: #817d6d; height: 100%; width: 40px; position: relative; z-index: 20; text-align: center; vertical-align: middle; } ul.menu-meal li.active div.meal-name, ul.menu-meal li:hover div.meal-name { background: url(../Images/Bg_Menu_Meal_Name.png) repeat-y left top; } div.meal-name img { border: none; margin-top: 30px; text-align: center; vertical-align: middle; } ul.menu-meal li div.meal-content { float: left; height: 740px; padding: 30px 30px 30px 80px; position: relative; width: 730px; overflow: auto; } div.meal-content h1 { float: left; width: 730px; } div.meal-content p.food, div.meal-content p.meal-sub-category { float: left; font-size: 1em; margin: 5px 0 0 0; text-transform: uppercase; width: 700px; } div.meal-content p.food .food-name { float: left; font-size: 0.9em; line-height: 18px; margin: 0; padding: 0; width: 600px; height: auto; text-transform: capitalize; } div.meal-content p.food .food-name b { font-weight: normal; text-transform: uppercase; } div.meal-content p.food .food-price { float: right; font-size: 0.9em; margin: 0; padding: 0; width: 50px; height: auto; margin-right: 40px; } </code></pre> <p>please help me using it. at my using it just display jspHorizontalBar, jspContainer, jspPane . jspPane in jspContainer but it not wrap my content, my content overflow out of jspPane area, and jspVerticalBar do not display, i want display jspVerticalBar not jspHorizontalBar. Help me !</p>
    singulars
    1. This table or related slice is empty.
    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.
    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