开发者

jquery select box will not move!

开发者 https://www.devze.com 2023-01-20 12:07 出处:网络
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

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>
0

精彩评论

暂无评论...
验证码 换一张
取 消