Posts Tagged ‘css’

Border-radius CSS3 Reference table

23 Sep 09
CSS3 (not yet finalised) Mozilla equivalent WebKit equivalent
border-top-right-radius -moz-border-radius-topright -webkit-border-top-right-radius
border-bottom-right-radius -moz-border-radius-bottomright -webkit-border-bottom-right-radius
border-bottom-left-radius -moz-border-radius-bottomleft -webkit-border-bottom-left-radius
border-top-left-radius -moz-border-radius-topleft -webkit-border-top-left-radius
border-radius -moz-border-radius -webkit-border-radius

Detail article regarding this at the-art-of-web.com

taged | Web Code | Web Design

CSS button rollovers Image sprites

04 May 09

I first learned this here, I hope it will be helpful for some.

  1. Merge the two images as one.
    css-roll-snap
    Read the full post »

taged | | Web Design