From 8bf0ec22d9c2c477decb8b386b3bebc0957714dc Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Tue, 26 Oct 2010 02:20:59 +0200 Subject: Added: better (background) image support, see http://github.com/fnagel/jquery-ui/issues#issue/8 --- demos/selectmenu/background_image.html | 117 +++++++++++++++++++++++++++++++++ demos/selectmenu/index.html | 3 +- 2 files changed, 119 insertions(+), 1 deletion(-) create mode 100644 demos/selectmenu/background_image.html (limited to 'demos/selectmenu') diff --git a/demos/selectmenu/background_image.html b/demos/selectmenu/background_image.html new file mode 100644 index 000000000..84024e297 --- /dev/null +++ b/demos/selectmenu/background_image.html @@ -0,0 +1,117 @@ + + + + + Demo Page for jQuery UI selectmenu + + + + + + + + + + + + + + +
+

"dropdown" Style with custom avatar 16x16 images

+
+ + +
+ +

"dropdown" Style with custom avatar 16x16 images as CSS background

+
+ + +
+ +

"dropdown" Style with custom avatar 50x50 images

+
+ + +
+
+ + \ No newline at end of file diff --git a/demos/selectmenu/index.html b/demos/selectmenu/index.html index 728b4e6bb..c5e523872 100644 --- a/demos/selectmenu/index.html +++ b/demos/selectmenu/index.html @@ -12,7 +12,8 @@ -- cgit v1.2.3