mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: improve custom render demo
This commit is contained in:
parent
e2235bd568
commit
5a9a80f86c
@ -46,7 +46,7 @@
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
form { margin: 100px 0 0 0 }
|
||||
form { margin: 50px 0 0 0 }
|
||||
h2 { margin: 30px 0 0 0 }
|
||||
fieldset { border: 0; }
|
||||
label { display: block; }
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
<form action="#">
|
||||
|
||||
<h2>"popup" style with framework icons</h2>
|
||||
<h2>Selectmenu with framework icons</h2>
|
||||
<fieldset>
|
||||
<label for="files">Select a File:</label>
|
||||
<select name="files" id="files">
|
||||
@ -85,9 +85,9 @@
|
||||
</select>
|
||||
</fieldset>
|
||||
|
||||
<h2>"popup" style with custom icon images</h2>
|
||||
<h2>Selectmenu with custom icon images</h2>
|
||||
<fieldset>
|
||||
<label for="filesB">Select a File:</label>
|
||||
<label for="filesB">Select a podcast:</label>
|
||||
<select name="filesB" id="filesB">
|
||||
<option value="mypodcast" class="podcast">John Resig Podcast</option>
|
||||
<option value="myvideo" class="video">Scott Gonzales Video</option>
|
||||
@ -95,7 +95,7 @@
|
||||
</select>
|
||||
</fieldset>
|
||||
|
||||
<h2>"dropdown" style with custom avatar 16x16 images as CSS background</h2>
|
||||
<h2>Selectmenu with custom avatar 16x16 images as CSS background</h2>
|
||||
<fieldset>
|
||||
<label for="peopleA">Select a Person:</label>
|
||||
<select name="peopleA" id="peopleA">
|
||||
|
Loading…
Reference in New Issue
Block a user