【发布时间】:2011-08-12 01:20:07
【问题描述】:
我尝试使用 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 边框?
【问题讨论】: