Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Does Firefox 3.6.15 support CSS3 Re: Does Firefox 3.6.15 support CSS3

#55354
jamygolden
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.