make a menu have rounded corners
Moderator: General Moderators
-
dianacastillo
- Forum Newbie
- Posts: 4
- Joined: Fri Sep 07, 2007 4:33 am
make a menu have rounded corners
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
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
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
codewall.blogspot.com
-
bestwebdesigner
- Forum Newbie
- Posts: 9
- Joined: Mon Jan 31, 2011 4:38 am
Re: make a menu have rounded corners
Hi,
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.
Change this css by adding menu images.{
#primary-menu ul.primary-menu li a.active {
color: black;
background-color:yellow;
}
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.