+ Reply to Thread
Results 1 to 5 of 5

Thread: Firefox - border-radius etc.

  1. #1

    Default Firefox - border-radius etc.

    Firefox just upgraded itself (as usual) and I'm now using 13.0.1 but I've just noticed that some border radius and box shadow CSS3 effects have now disappeared on this forum (the "Post New Thread" button for example).

    Of course I haven't coded this myself so I'll need to check the CSS - I expect some change in the prefix for these features. I'll let you know.
    Perhaps late-night surfing is not such a waste of time after all: it is just the Web dreaming. Tim Berners-Lee
    Currently listening to: The Lion's Roar by First Aid Kit

  2. #2

    Default

    OK, see here for the horses mouth: https://developer.mozilla.org/en/CSS/border-radius

    Way down that page:
    Note: Support for the non-prefixed version (-moz-border-radius) was removed in Gecko 13.0 (Firefox 13.0 / Thunderbird 13.0) .
    And here: https://developer.mozilla.org/en/CSS/box-shadow
    Gecko 13 (Firefox 13) removed support for -moz-box-shadow. Since then, only the unprefixed version is supported.
    Way to go vBulletin! What a crappy piece of software. And now I have to correct their poor CSS

    It looks like there is an error in the note posted at Mozilla. It should read "Support for the prefixed version..."
    Last edited by David; 19th Jun 2012 at 12:17 pm. Reason: Error in Mozilla note
    Perhaps late-night surfing is not such a waste of time after all: it is just the Web dreaming. Tim Berners-Lee
    Currently listening to: The Lion's Roar by First Aid Kit

  3. #3

    Default

    Throughout vBulletin, the developers have used only the -moz- and -webkit- prefixed versions of both border-radius and box-shadow, there is no non-prefixed fallback. So the only effects still visible on the forum are the ones I have changed when skinning it

    At the end of last week I bought a new license for IP Board for CADTutor and I'm working on a migration strategy now - no regrets - bye, bye vBulletin!
    Perhaps late-night surfing is not such a waste of time after all: it is just the Web dreaming. Tim Berners-Lee
    Currently listening to: The Lion's Roar by First Aid Kit

  4. #4

    Default

    Very lazy coding! Bet this has caught a lot of other sites out as well. This seems like a positive move towards phasing out prefixes.

  5. #5

    Default

    Looks like border-radius and box-shadow are fully supported now, still alot of properties relying on prefixes though.

+ Reply to Thread

Similar Threads

  1. Public Service Announcement: Careful With Your Nested Border-Radii
    By CSS Tricks in forum Web Design RSS Feeds
    Replies: 0
    Last Post: 6th Dec 2011, 07:52 pm
  2. CSS border radius vs CSS Validator - error!
    By saraquintino in forum Code
    Replies: 2
    Last Post: 25th Oct 2011, 07:02 pm
  3. Replies: 0
    Last Post: 14th Oct 2011, 02:55 pm
  4. How Do Browsers Render the Different CSS Border Style Values?
    By Impressive Webs in forum Web Design RSS Feeds
    Replies: 0
    Last Post: 21st Sep 2011, 07:53 pm
  5. 'BORDER TRICK' Doesn't work??
    By Jason_Michael in forum Code
    Replies: 5
    Last Post: 21st Nov 2007, 11:07 am

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts