I’m trying to draw a circle with CSS, and it’s not rendering. Here’s my code:
<div id="circle" height="65" width="65" position="absolute"></div>
and in the CSS file:
#circle {
background:blue;
width:65;
height:65;
border-radius:50%;
}
Am I making a mistake with this, or is there a problem with CSS and Zepto or Phonegap?
You lost
pxtest in:
http://jsfiddle.net/Kjy5y/