Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have made a circle using this code of css3

CSS
.circle{
            width: 300px;
            height: 300px;
            background-color: red;
            border-radius: 100%;
        }

now in inside this circle i want to show a round scale\ruler (just like a dial \meter)
it possible to make a round ruler\scale in a cricle?
Posted
Comments
Gihan Liyanage 15-Sep-14 2:37am    
This is not a ruler, But you can get a help to get an idea.

http://css-tricks.com/set-text-on-a-circle/[^]
Muhamad Faizan Khan 15-Sep-14 2:51am    
but i cant make scale from this
Gihan Liyanage 15-Sep-14 2:58am    
cant you improve that text to a scale? Its that I thought any way will try, I will try my end
Gihan Liyanage 15-Sep-14 3:22am    
See this jsfiddle example, If you can improve this to a ruler

http://jsfiddle.net/kwcug/711/[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900