Hi ,
I am developing an application with using HTML5,Jquery,Jquerymobile and CSS3.
In my Application I am using Select Box to Select a Menu. In the Select Tag I have using data-native-menu="false" for look and feel of select Menu.
But The Problem is that Options are also displayed, when the select box load , and also the options are display in bottom of the page.
So How can i Hide the Options from the select tag. Please Help Me.
My Need is Look likes below :

But page came for my Code, Look Like:

My code is:
- <div data-role="fieldcontain">
- <label for="select-choice-15" class="select">Select Section</label>
- <select data-role="select" name="select-choice-15" id="select-choice-15" data-theme="c" data-overlay-theme="d" data-native-menu="false" data-inset="true">
- <option value="t">Tall</option>
- <option value="g">Grande</option>
- <option value="v">Vente</option>
- </select>
- </div>
Thanks,
Kamalakannan.M