make a menu have rounded corners

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
dianacastillo
Forum Newbie
Posts: 4
Joined: Fri Sep 07, 2007 4:33 am

make a menu have rounded corners

Post by dianacastillo »

I have a menu with my drupal project that has square corners ,. how can I change that to rounded corners?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: make a menu have rounded corners

Post by pickle »

Google: CSS rounded corners.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
thecodewall
Forum Commoner
Posts: 33
Joined: Sun Dec 26, 2010 8:37 am

Re: make a menu have rounded corners

Post 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
bestwebdesigner
Forum Newbie
Posts: 9
Joined: Mon Jan 31, 2011 4:38 am

Re: make a menu have rounded corners

Post 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.
Post Reply