Home › Forums › CSS › Does Firefox 3.6.15 support CSS3 › Re: Does Firefox 3.6.15 support CSS3
March 17, 2011 at 3:00 am
#55354
Member
This is the common way to round a div’s corners:
div{-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
It sounds like you’ve just used the -webkit- prefix on your CSS3 properties.
Yes, firefox does support certain aspects of CSS3.