• bthooper

    (@bthooper)


    I was trying to style meteor to automatically make the borders curved so that no matter what shape the slides are in, you still have curved borders. The following worked fine in Firefox for this purpose….but somehow not in Safari. Any ideas what I’m doing wrong?

    .meteor-slides {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 25px;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-image: url (images/shadow.png);
    background-repeat: none;
    background-position: center bottom;
    }

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Meteor Slides] Using radius for curved borders….’ is closed to new replies.