定位更多固定元素时出现问题
I'm trying to position correctly more fixed elements here but it seems that I don't understand enough how to combine left, right, top, bottom, width, height
to display the element where I want.
Could you please look at it and tell me what I'm doing wrong?
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该为左侧 id 声明 top,因为它与标题重叠,这就是为什么您看不到左侧 div。
http://jsfiddle.net/Chumillas/7RnsJ/11/
更多信息:
http://www.w3schools.com/css/css_positioning.asp
You should declare top for the left id because its overlapping the header one, this is why you cant see the left div.
http://jsfiddle.net/Chumillas/7RnsJ/11/
More info:
http://www.w3schools.com/css/css_positioning.asp