position menu bars below site logo css
so here is my mockup design:
Below is my sample css:
.menu{
padding: 32px;
background-color: #cc6666;
opacity: 0.5;
filter: Alpha(opacity = 50); /* IE8 and earlier */
clear: both;
margin: 0 auto;
width: 100%;
text-align: center;
}
But it isn't doing what looks like in my mockup. Need your help. Thanks.
No comments:
Post a Comment