Hi,
I would like to know how I can resize the menu box size (1) independent of the submenu box size (2).
When I move and resize the menu box (1) also move and resize the submenu box (2).
Can you help me?
Thank you very much
.gkMenu > ul div.childcontent-inner {
background: #FFFFFF;
border: 1px solid #E0DFDF;
width: 460px;
}
.gkMenu > ul div.childcontent-inner {
background: #FFFFFF;
border: 1px solid #E0DFDF;
width: 460px;
}.gkMenu > ul div.childcontent-inner ul div.childcontent-inner {
width: 260px;
}