Hello everyone,
I want to create a completely round <div> using only HTML / CSS, but without border-radius.
I don't want use background images, because I'll have probles resizing them and that's not cool.
Is there a better solution?Thanks in advance!
You can use the tutorial found on this page
http://dev-tips.com/demo/css3_circles.html
they make divs with spans into circles or
html5
http://hubpages.com/hub/HTML5-Tutorial-Drawing-Circles-and-Arcs
hope it helps.