It would be nice for this top-1 bar to function like that on the gavick website when logged into the members area.
We would like the Top-1 module to be 100% visible while scrolled all the way to the top of the page... we would also like the logo and entire menu to be 100% visible... (right now the Top-1 Position is on top of the logo and menu blocking out it's contents (this can be seen at
http://bit.ly/1dQAx5e)) or below:
We would like it to look like this:
Then once you start to scroll down the content in the Top-1 module position will disappear.
teitbite wrote:Hi
Here is the code You ned to add to override.css:
- Code: Select all
#gkTop1 {
background: none repeat scroll 0 0 #000000;
height: 50px;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
#gkTop1 > div {
margin: 0 auto;
width: 1024px;
}
#gkMenuWrap.active {
top: 50px;
}