Note that there are some explanatory texts on larger screens.

plurals
  1. PODrop Down Box Not Fully Displayed (All Browsers)
    primarykey
    data
    text
    <p><img src="https://farm4.static.flickr.com/3200/3116366800_570cc971b9_m.jpg" alt="Screenshot of Drop Down"></p> <p>This would be my issue I have a drop down that's not displaying fully. I'm not sure even where to start so here's the HTML surronding the drop down and I'll provide the CSS also.</p> <p>HTML</p> <pre><code>&lt;div id="add_item"&gt; &lt;ul class="vert"&gt; &lt;li&gt; &lt;ul class="horz"&gt; &lt;li class="name"&gt; &lt;select style="width: 195px; padding: 0px; margin: 0px;" disabled="disabled"&gt; &lt;option value=""&gt;&lt;/option&gt; &lt;option value="0"&gt;0&lt;/option&gt; &lt;/select&gt; &lt;/li&gt; &lt;li class="quantity"&gt; &lt;select style="width: 50px; padding: 0px; margin: 0px;" disabled="disabled"&gt; &lt;option value=""&gt;&lt;/option&gt; &lt;option value="0"&gt;0&lt;/option&gt; &lt;/select&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p></p> <p>The reason the code has the drop down as being disabled is because it's dynamic, the surrounding HTML is the same except for having options to choose from and no longer being disabled.</p> <p>CSS</p> <pre><code>div#byitem ul.horz li.name { background:transparent none repeat scroll 0 0; display:block; font-size:11px; font-weight:bold; width:195px; } div#byitem ul.horz { background:transparent none repeat scroll 0 0; clear:left; list-style-type:none; margin:0; padding:0; } div#byitem ul.vert li { background:transparent none repeat scroll 0 0; height:14px; margin:0; padding:0; } div#byitem ul.vert { background:transparent none repeat scroll 0 0; list-style-type:none; margin:0; padding:0; width:540px; } element.style { margin-bottom:0; margin-left:0; margin-right:0; margin-top:0; padding-bottom:0; padding-left:0; padding-right:0; padding-top:0; width:195px; } #content form select { margin:0 0 4px 4px; z-index:1; } html, body, div, p, form, input, select, textarea, fieldset { -x-system-font:none; color:#333333; font-family:Arial,Helvetica,Verdana,sans-serif; font-size:11px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; } * { margin:0; padding:0; } </code></pre> <p>Thanks for any suggestions.</p> <h1>Edit</h1> <p>I've added the CSS for the divs that the drop downs are contained in. Also changing the line height doesn't make a difference. The only difference between the two drop downs (Item and Quantity) is the width. Changing the width on Item doesn't make a difference.</p> <p>Took out the Add another item link as that was suspected to be a problem no change. Also I am doing my development in Firefox I just posted the screenshot from Safari.</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.
    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