I'm using sticky panel (a plugin) to stick menus. The Plugin is adding a new css class "detached" to the chosen element. So far it works very simple. The actuel css-code in override.css is
- Code: Select all
#gkMainMenu.detached {
padding-top: 0px;
background: rgba(14, 22, 35, 0.89) none repeat scroll 0 0;
}
This div is containered in another div, so its width can't be more than the parent div. But by scolling down I want the div to get fullwdith (like the sticked menu on gavick.com by scolling up).
Can I achieve that using only css or is there more work to do.
Thanks so far
Günther.
URL I'm talking about is: joomla.gymbgd.de