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.
我已经实现了以下网站:link
网站的标题部分有两个文本字段。如果您单击文本字段,则会弹出一个日历。我的问题是尽管我设置了 css 属性position: absolute;和z-index: 999;. 有什么问题,我该如何解决?
position: absolute;
z-index: 999;
您可以将以下内容添加到您的 CSS
.row-3 { overflow: visible; }
只需overflow:hidden;从这里删除#header .row-3
overflow:hidden;
#header .row-3
#header .row-3 { background: url("images/header-tail.gif") repeat-x scroll left top transparent; height: 276px; }
看附图我是怎么做的