How to update your Thesis header with ease. Important links and code below....
My blog
http://blog.2createawebsite.com
Install WordPress on Windows
http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/
Thesis Open Hook Plugin
http://wordpress.org/extend/plugins/thesis-openhook/
Code for header
#header {
border: none;
background-image: url(http://blog.2createawebsite.com/wp-content/themes/thesis/custom/images/logo2010.jpg);
background-repeat: no-repeat;
height: 169px;
padding: 0;
position: relative;
}
.custom #header #logo a {
text-indent: -9999px;
width: 450px;
height: 169px;
display: block;
float: left;
}