Click here to Skip to main content
15,902,738 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have menu background color is black.
But, i want 3d black color like it should be yahoo menu black color.
How to do that?

see code.
.mattblackmenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #000000;
}
Posted
Updated 19-Jul-11 23:41pm
v2

1 solution

I have no idea what menu stile you want to copy from Yahoo. Look at the web page you want to use as a sample, use "View page source", locate CSS (it can be on the same page or in separate file(s)). Whatever your Web browser renders is always accessible for you.

Best of all, don't copy the style; learn just the techniques and use in your own design.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900