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

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32032
    drake
    Member

    I am running though some examples in Dan Cederholm’s ‘CSS3 for Web Designers’ and they are not working as they should in FF (on WinXP) but work ok in Chrome.

    All the CSS3 examples in the book do not work either so I know I am not doing anything wrong.

    The book says they should work so I am stumped.

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

    #55355
    DogsGhost
    Member

    css3 support varies from browser to browser. FF does pretty good on a number of css3 things, though I know for example that transitions are not supported.

    #55308
    drake
    Member

    OK, I thought transitions were supported. Thanks.

    #55310
    jamygolden
    Member

    Transitions are supported in Firefox 4.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.