Skip to content

Instantly share code, notes, and snippets.

@383366063
Created November 1, 2012 15:54
Show Gist options
  • Save 383366063/3994514 to your computer and use it in GitHub Desktop.
Save 383366063/3994514 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<title>clip_CSS参考手册_web前端开发参考手册系列</title>
<meta name="author" content="Joy Du(飘零雾雨), dooyoe@gmail.com" />
<meta name="copyright" content="www.doyoe.com" />
<style>
.test{position:absolute;height:50px;line-height:50px;clip:rect(0 auto 35px 10px);background:#eee;}
</style>
</head>
<body>
<div class="test">看看被剪切后的效果</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment