开发者

Issue with z-index

开发者 https://www.devze.com 2023-02-02 14:46 出处:网络
So the right-hand flags ( on roll over ) get cut off by the box wid开发者_如何学编程th. How do I get the flag to break out of that box or sit on top of it without changing the page structure ( only wi

So the right-hand flags ( on roll over ) get cut off by the box wid开发者_如何学编程th. How do I get the flag to break out of that box or sit on top of it without changing the page structure ( only with CSS )?

http://www.erfolg-für-alle.de


I'd suggest you to delete overflow: hidden; from wall_container class, but then you have to add float: left, clear: both for div with id "p2".

0

精彩评论

暂无评论...
验证码 换一张
取 消