Przychodzi mi do głowy coś takiego:
div#bottom {
text-align: left;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
}
html > body div#bottom {
position: fixed;
}
A co do 2giego menu, to może margin-top:xx?
Pozdrawiam
Przychodzi mi do głowy coś takiego:
div#bottom {
text-align: left;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
}
html > body div#bottom {
position: fixed;
}
A co do 2giego menu, to może margin-top:xx?
Pozdrawiam