Hi, I am looking for the same functionality.
Did you get any information so far?
Regards
Sorry,
You can see the blog:
here
As you can see it works but its because i use some margin-top and display in the css. Its really bad.
#sidebar
{
display:block;
padding: 0 0 10px 0;
margin-left: 785px;
margin-top:-678px;
width: 190px;
}
#sidebarleft
{
display:inline-block;
padding: 0 0 10px 0;
margin-top:0px;
margin-left: -654px;
width: 190px;
}
Cheers! It’s what i wanted. Very good. I thought WordPress had an option to do that easily.
Regards