Hi
please help I am stuck and I don't have too much of experience!
in the CSS file/s - how do i stretch the background of the menu to both right and left? just like this example: http://www.cineworld.co.uk/
thanks in advance
H
css code in the (style1.css) file is:
#gkMainMenu {
background-image: url('../images/style1/menu_item.png')repeat-x;
border-bottom-color: #dc2a0b;
background-repeat: ;
height: 30px;
max-width: 1200px;
}
#gkMainMenu > div {
border-bottom-color: #ff583b;
}
______________________________________________________________
css code in the ( template.css) file is:
#gkMenuWrap {
margin-bottom: 1px;
}
#gkMainMenu {
padding-top: 0px;
padding-bottom: 8px;
float: center;
height: 30px;
overflow: hidden;
background: transparent url('../images/style1/menu_item.png') repeat-x 0 0;
}
#gkMainMenu > div {
border-bottom: 0px solid #ff583b;
height: 30px;
float: right;
}