无懈可击的CSS圆角技术(4) background: url(img/rounded-right.gif) top right no-repeat; }.desc { margin: 0; padding: 9px 9px 0 9px; background: url(img/rounded-left.gif) top left no-repeat; }.link { margin: 0; padding: 0 0 0 9px; background: url(img/rounded-left.gif) bottom left no-repeat; } 到目前为止的结果见图5-24,四个圆角中有三个已经被加在了正确位置,还剩最后一个了。