Forums

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

Home Forums CSS SVG Border Background no longer works?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243420
    Lianad
    Participant

    A few months ago I launched a site using a SVG image for a nice dotted border effect based on this article/codepen http://codepen.io/luclemo/pen/xbMdEx . I just noticed the other day that the borders have vanished from my site, and upon checking the original codepen, they are gone as well.

    This happens in Chrome/Firefox/Opera for me on PC. It appears the latest IE and Safari on PC still render them.

    Anyone have any idea what could just stop them from working? Has the format/syntax changed? Any ideas appreciated.

    #243422
    Paulie_D
    Member

    I think this is a Webkit/Blink bug…from what I can read.

    You need to add border-style:solid

    http://codepen.io/Paulie-D/pen/dXzXYw

    #243434
    Lianad
    Participant

    Paulie, thanks! It looks like adding that does the trick!

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