html – Facebook风格状态输入边框

前端之家收集整理的这篇文章主要介绍了html – Facebook风格状态输入边框前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我试图用Firebug解决它,但没有机会. Facebook状态输入边框如何围绕自动调整输入?特别是,我对加入边境的小三角感兴趣.使用Firebug,我设法找到了三角形本身,它以GIF图像的形式提供:
.uiComposerAttachment,.nub {
    background: url(http://static.ak.fbcdn.net/rsrc.PHP/v1/zf/r/PfBgtiydy5U.gif) no-repeat center top;
    height: 7px;
    width: 11px
    position: absolute;
    left: 2px;
    top: 18px;
}

但我无法弄清楚它是如何放置在输入上方以及如何添加边框,以背景图像的形式或定义为CSS边框?

解决方法

以下是使用CSS: http://www.yuiblog.com/blog/2010/11/22/css-quick-tip-css-arrows-and-shapes-without-markup/方法

之前有人问过类似的问题……

原文链接:https://www.f2er.com/html/223782.html

猜你在找的HTML相关文章