Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    add border property to this CSS element:

    #access a {

    something like,

    #access a {
    border-top: 1px solid #0000000;
    border-bottom: 1px solid #0000000;
    }

    Thread Starter jaclynsuzann

    (@jaclynsuzann)

    didn’t seem to work…

    Thread Starter jaclynsuzann

    (@jaclynsuzann)

    Ah, close, but no rounded corners… Hmmm, thanks so much, it’s a start!

    Moderator t-p

    (@t-p)

    You are welcome!

    but no rounded corners

    take a look at the property of the border in sidebar with rounded corners,

    play with that property inserting in the above element.

    Thread Starter jaclynsuzann

    (@jaclynsuzann)

    Arg! Can’t seem to find it… plan B!

    Moderator t-p

    (@t-p)

    I believe the rounded corner property in the sidebar border comes from this CSS element:

    #primary, #secondary, #ttw-top-widget, #ttw-bot-widget {
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    }
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘border around menu bar in 2010 theme’ is closed to new replies.