I\'m wondering if it\'s possible in CSS or jQuery to make a border but only for corner. Something like this:
**** **** *
This is your picture:
HTML:
**** **** * * * * CONTENT * * * * **** **** and CSS: .shell { width: 200px;} .left{ float:left; } .right{float:right; } .clear { clear: both; line-height: 10px; } .content { line-height: 10px; text-align: center; } 0 讨论(0) 查看其它16个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
CONTENT
and CSS:
.shell { width: 200px;} .left{ float:left; } .right{float:right; } .clear { clear: both; line-height: 10px; } .content { line-height: 10px; text-align: center; }