【发布时间】:2012-02-17 04:12:53
【问题描述】:
我正在尝试使用 CSS 绘制一个圆圈,但它没有呈现。这是我的代码:
<div id="circle" height="65" width="65" position="absolute"></div>
在 CSS 文件中:
#circle {
background:blue;
width:65;
height:65;
border-radius:50%;
}
这是我弄错了,还是 CSS 和 Zepto 或 Phonegap 有问题?
【问题讨论】: