File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ $('#speed').selectmenu();
126
126
<option value="Faster">Faster</option>
127
127
</select>
128
128
]]> </html >
129
+ <css ><![CDATA[
130
+ label { display: block; }
131
+ select { width: 200px; }
132
+ ]]> </css >
129
133
</example >
130
134
<example >
131
135
<desc >A simple jQuery UI Selectmenu with optgroups</desc >
@@ -145,6 +149,10 @@ $('#files').selectmenu();
145
149
</optgroup>
146
150
</select>
147
151
]]> </html >
152
+ <css ><![CDATA[
153
+ label { display: block; }
154
+ select { width: 200px; }
155
+ ]]> </css >
148
156
</example >
149
157
<example >
150
158
<desc >A jQuery UI Selectmenu with overflow in pop-up mode</desc >
@@ -178,6 +186,11 @@ withOverflow.selectmenu("menuWidget").addClass("overflow");
178
186
<option value="19">19</option>
179
187
</select>
180
188
]]> </html >
189
+ <css ><![CDATA[
190
+ label { display: block; }
191
+ select { width: 200px; }
192
+ .overflow { height: 200px; }
193
+ ]]> </css >
181
194
</example >
182
195
<category slug =" widgets" />
183
196
</entry >
You can’t perform that action at this time.
0 commit comments