Forums

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

Home Forums CSS Edge/ IE border issue

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

    Hi.

    trying to fix this. FF and Chrome are displying this nice but IE and Edge do not display border.
    Is there any trick to fix this?

    https://codepen.io/miha-/pen/rQqqbg

    Thank you!

    #279648
    Beverleyh
    Participant

    Try adding a standard border first, before any border-image stuff;

    e.g. border:3px dotted #85ddf1;

    #279664
    miha1234
    Participant

    Hello

    working. Can you explain to me why this works as after this I guess all other lines are also ok for browser.

    thank you so much @Beverleyh!

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