jquery select box will not move!
This plugin has been giving me hell! :/ I finally got it to work, but now when I try and position the select box it won't move! Well... I got the box to move but the dropdown menu stays there. It is 开发者_StackOverflowreally annoying!
1000 internetz to someone who can help me:/
elektrikhost.com is the site, look where the domain search is. When I place the html somewhere else it still stays there.
Why don't you put that select in a div tag and add some style to this div to locate somewhere?
<div id="select-container" style="float:right; margin-right:20px; ..etc">
<!-- Here your select box code -->
<div style="width: 42px; float: right;" id="webmenu_msdd" class="dd">
....
</div>
</div>
精彩评论