Seems like a simple enough issue, but the answer is eluding me. I have a SELECT control, and I need the pop-up list of options to be to the right of the select button - not covering up the button, and I'd like it to auto-close when the mouse leaves the list...but I'd settle for just the positioning to not be over the button.
Thanks...Barry
- <select name="select-choice-a" id="select-choice-a" data-native-menu="false" data-inline="true" data-mini="true">
- <option>Dynamic Survey Name</option>
- <option value="Settings">Settings</option>
- <option value="Edit">Edit</option>
- <option value="Preview">Preview</option>
- <option value="Duplicate">Duplicate</option>
- <option value="Delete">Delete</option>
- <option value="Validate">Validate</option>
- </select>