do you have a link to your site?
it is easier to check css issues on a live site than from a list.
the place of the sidebar’s header is influenced by the html tags surrounding it, and could be influenced by styles somewhere else in your style.css.
btw: there is no ‘float:center;’ in css:
see http://www.w3schools.com/css/pr_class_float.asp
and no ‘position:top-left;’ either.
did you mean: ‘position:relative; top:0px; left:0px;’ ?
figured it out, but have run into other problems…. but… i will post with links in the future. thanks for the reply!!!