我试图用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/的方法
之前有人问过类似的问题……