Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道如何让这个下拉列表扩展到表格的边界之外。我尝试将不同的溢出 CSS 属性应用于不同的项目并更改 z-index 等无济于事。任何帮助,将不胜感激。提前致谢!
http://jsfiddle.net/DWDum/
从overflow: hidden您的div.datagrid
overflow: hidden
div.datagrid
尝试添加position:relative;到您的下拉菜单容器。
position:relative;