Creating a dynamic Tank level/meter using html and css
问题 I am currently having problems creating a 'tank gauging system' within my project. I am using MVC and the by using the following markup, I have achieved this: by using: #container { position:absolute; margin:0; margin-top:-50px; width:100%; padding:0; -moz-perspective: 1000px; /*required to make cylinder shape*/ -webkit-perspective: 1000px; } #frame { -moz-transform-style: preserve-3d; -webkit-transform-style: preserve-3d; margin-left:5%; -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ