需要流畅布局方面的帮助
我有一个半流体布局,这给我带来了一些问题。已经非常接近了,但是当我缩小窗口时,有几个元素被推低了。您可以在这里查看:
http://dev.tdcdesign.com/osms/sales_reps/
当我缩小窗口时,表格导航的选项卡(页面中间)以及日历键(日历的正左侧)都会被按下。我怎样才能让这些元素正常运行?无论我做什么,我似乎都无法让它发挥作用,任何帮助将不胜感激。
I have a semi-fluid layout that is causing me a few issues. It's getting very close, but a couple of elements are being pushed down when I contract the window. You can see it here:
http://dev.tdcdesign.com/osms/sales_reps/
When I shrink the window, the tabs for the table navigation (mid way down the page) are pushing down, as well as the calendar key (to the direct left of the calendar). How can I get these elements to behave properly? I can't seem to make it work no matter what I do, and any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 ul 容器设置为
white-space:nowrap
并在 .ui-tabs 上设置最小宽度,现在似乎工作正常。Set the ul container to
white-space:nowrap
and set a min-width on the .ui-tabs, seems to be working properly now.