Page 1 of 1

make a menu have rounded corners

Posted: Mon Dec 20, 2010 5:03 am
by dianacastillo
I have a menu with my drupal project that has square corners ,. how can I change that to rounded corners?

Re: make a menu have rounded corners

Posted: Mon Dec 20, 2010 10:13 am
by pickle
Google: CSS rounded corners.

Re: make a menu have rounded corners

Posted: Sat Jan 08, 2011 9:58 pm
by thecodewall
css round corners are not supported in some browsers, the best way is to create an round corner image and apply to your menu corner.

codewall.blogspot.com

Re: make a menu have rounded corners

Posted: Tue Feb 01, 2011 1:38 am
by bestwebdesigner
Hi,
{
#primary-menu ul.primary-menu li a.active {
color: black;
background-color:yellow;
}
Change this css by adding menu images.
The only way to do is download the round corner images and paste it in your menu using css. you can use some photos for your primary menu and place them in its corners.