#menu {
padding: 10px 0px 10px 10px;
position: absolute;
right: 0px;
top: 0px;
width: 180px;
}
and this for firefox :
div>#menu {
position: fixed;
}
In IE it’s not working, so if you put “position: fixed; ” in the common #menu, the sidebard will appear in IE at the bottom of the page!