but i have noticed in all of your default stysheets your "right" div is as follows:
CODE
#right {
float: left;
width: 200px;
background-color: #FFFFFF;
overflow: hidden;
}
float: left;
width: 200px;
background-color: #FFFFFF;
overflow: hidden;
}
This seems to cause a lot of problems for people as they modify things briefly and their sidebar jumps to the bottom of their posts... I'm not sure why it is not float:right.
So i just thought i would make aware if you guys hadn't noticed this. My appoligies if this is intentional and i simply don't see the reason.