Hi I want my logo placement like this blog.
I copied his header area in the .css. So mine matches. However mine does not show up. I must be missing somehthing. I even made my logo the same size as his also. Is there somthing in the header.php I have to edit?
Here is my link
Here is my header .css
/* ----- header -------------------------------------------------------------------------------------------------------------------------------- */
#header_top { height:205px; }
#logo { display:inline; float:left; height:200px; width:225px margin:0 0 0 5px; background:url(img/logo.jpg) no-repeat left top; position:absolute; top:2px }
/*blogtitle*/
#logo a, #logo a:visited { color:#333;
font-size:50px; filter:alpha(opacity=0); opacity: 0; width:100%; display:block }
#logo a:hover { text-decoration:none; color:#33a8e5; }
/*description*/
#logo h1 { font-weight:normal; line-height:100%; margin:0; padding:0; color:#aaa; font-size:25px; opacity:0.0 }
Thanks for any help on this.