Susie Posted August 4, 2011 Report Posted August 4, 2011 http://goo.gl/TLxyD I'm stumped on another issue.... I would like to make the left corners (top/bottom) of the header nav/menu rounded using CSS3 but I can't figure out where to apply the code. I've tried adding it to this but it didn't work: #header ul.nav, #header ul.menu { float: right; } The corners appear when I apply it to the li, but then each li is rounded and that's not what I'm looking for. Can someone take a peek?
falkencreative Posted August 4, 2011 Report Posted August 4, 2011 Seems like adding the rounded corners to the ul, and also overflow:hidden; will take care of things. (At least, it did when testing in Firebug.) You could also always apply the left corner to li:first-child and the right corner to li.page-item-16.
Susie Posted August 4, 2011 Author Report Posted August 4, 2011 Thanks, Ben. I was missing the overflow:hidden.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now