jquery选择框不会动!

发布于 2024-09-27 09:29:28 字数 238 浏览 2 评论 0原文

这个插件一直让我很痛苦! :/我终于让它工作了,但现在当我尝试定位选择框时,它不会移动!嗯...我让盒子移动了,但下拉菜单仍留在那里。实在是太烦人了!

1000 internetz 给可以帮助我的人:/

elektrikhost.com 是该网站,看看域名搜索在哪里。当我将 html 放在其他地方时,它仍然保留在那里。

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 really 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

辞取 2024-10-04 09:29:28

为什么不将该选择放在 div 标签中并向该 div 添加一些样式以定位某个位置?

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

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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文