Forums

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

Home Forums CSS CSS Round Corners Problem

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40480
    goalieman34
    Member

    Below is the CSS I have to round the corners of my Nav Bar on my website. Not sure why it is not working. Can anyone see the issue ?

    .horizontalNavigationBar {-webkit-border-top-right-radius: 8px; -moz-border-radius-top-right: 8px; border-top-right-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-top-left: 8px; border-top-left-radius: 8px;}

    http://fsjjobs.squarespace.com/

    #112743
    Paulie_D
    Member

    There seems to be two navigation (Top & Bottom) areas overlaying one another.

    It’s very odd.

    My guess is that the effect is working but there is something on top of it hiding the effect.

    In fact, if you turn of the ‘display:none’ on line 834 for your NavigationTop, you can see that a border-radius is being applied.

    #112760
    matt_sanford
    Participant

    Is there a reason that you have two overlaying navigation bars?

    #112777
    Kitty Giraudel
    Participant

    There is a background-color on .canvasWrapper. It seems to be the source of your problem.

    #112784
    goalieman34
    Member

    Thanks everyone! I was able to solve this problem.

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