Here is my menu code in css:
Code: Select all
#menu {
width:105%;
text-indent: 20px;
padding: 5px 40px 0px 20px;
height: 60px;
background: url(../image/ribbon-red.png) no-repeat ;
z-index: 1;
font-size: 1.8em;
color: #FFF !important;
position: relative;
right: 60px;
}
I have also tried the float code, this was not working either.
Can anyone shred some light on this problem?
Thanks