Hi,
I'm using a SELECT menu pop-up. It is to select a single choice. I would like to add a close button in the header, and I can't see a way to make it appear without using a multiple choice select. Please advise as to how I can get a close button into this, and secondly, how I can get it to appear to the right of the button that opened it, not directly on top of it:
- <div style="padding: 20px;">
- <select name="select-choice-9" id="select-choice-9" 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>
- <option value="RemoveResponses">Remove Responses</option>
- <option value="Invitations">Invitations</option>
- </select>
- </div>