Re: [CSS] 表格上用圓角

我忘了附上 (2) 的範例:
(這個例子在 Webkit 上面會變成圓角框,但是在 Gecko 上面會變成直角框,就標準而言 Gecko 是對的,但是我要的是 Webkit 的效果)
<div style="display:table;border-radius: 50px; overflow: hidden;">
  <div style="display:table-row;">
    <div style="display:table-cell;background:#f00;width:300px;height:300px;">
    </div>
  </div>
</div>

2011/12/1 Yao Wei (魏銘廷) <mwei@lxde.org>:
…



-- 
Yao Wei

Received on Thursday, 1 December 2011 10:40:36 UTC