Hello i would like make my top menu floating but i would like also the Logo, RSS icon + Login positions to float with the menu.
Thank you
#gkMainMenu {
background: none repeat scroll 0 0 #FFFFFF;
position: fixed;
top: 0;
width: 1000px;
z-index: 1000;
}
#gkPageTop {
position: fixed;
}
#gkBannerTop {
padding: 67px 0 18px;
}
#gkMainMenu {
background: none repeat scroll 0 0 #FFFFFF;
position: fixed;
top: 0;
width: 1000px;
z-index: 1000;
}
Expired wrote:you tried to remove this?
- Code: Select all
#gkMainMenu {
background: none repeat scroll 0 0 #FFFFFF;
position: fixed;
top: 0;
width: 1000px;
z-index: 1000;
}