naprej
  • css
  • firefox
  • html
  • javascript
  • mootools
  • mysql
  • php
  • web
12/06/2010

CSS3 calc()

#a {
width:75%;
margin-right: 1em;
}
#b {
width: -moz-calc(25% - 1em);
}
input {
padding:2px;
border:1px solid black;
display:block;
width: -moz-calc(100% - 2 * 3px);
}

Related Posts

CSS3 Box Sizing, CSS3 RGBA, CSS3 Text shadow, CSS3 Gradient Background, Transform CSS3
css
  • Copyright © 2009 naprej.com