Help with Web design! Rounded corners CSS problem! Thanks!?
Hi there, I am currently deigning my website and I am sorta new to CSS. I am working on the nav bar on the left side of the page and it seems that at the top and bottom when rolled over do not keep inside the rounded corners. Any ideas? Thanks, Chris http://mowitall.com/template.html (page where the nav bar is located) http://mowitall.com/menu.css (css of nav bar)
Public Comments
- In the CSS file, try copying -moz-border-radius: 15px; -webkit-border-radius: 15px; into the "#menu a:hover {" bit
- You might need to include the -webkit-border-radius and the -mot-border-radius into the background color so that it also is rounded like the corners
- implement this jquery plugin, it'll let u do more than just round corners :P http://jquery.malsup.com/corner/
Powered by Yahoo! Answers