I am trying to create a circle with an outline that has margin.
Everything seems to work except i cant seem to get that few px
of margin in there.
Any suggestions please?
.ui-corner-all { -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; border: 1px solid black; margin:5px; width:30px; height:30px;}
heres my fiddle: http://jsfiddle.net/nalagg/K6pdr/
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…