Why not add?
position: fixed;
I think you may also be missing a semicolon after the padding-bottom... ;)
#floatMenu {
width: 280px;
z-index: 99;
background-color: #FFF;
padding-bottom: 20px;
position: fixed;
}
Why not add?
position: fixed;
I think you may also be missing a semicolon after the padding-bottom... ;)
#floatMenu {
width: 280px;
z-index: 99;
background-color: #FFF;
padding-bottom: 20px;
position: fixed;
}
I'll make sure our development team sees this. Thanks for your suggestion.