Hello.
My website I am working on is http://www.knockonwoodskateboards.com/logblog/.
I have a logo image that I would like to hide behind my main content area. As you may notice, if the users screen is too small, the logo image will overshadow the header.
My current style sheet coding:
#kow_logo{
height:442px;
position:absolute;
top:0;
left:0;
}
My current php header code for the logo:
<body>
<div id="kow_logo"><img src="http://knockonwoodskateboards.com/logblog/wp-content/themes/coffee/images/logo2.png" alt="knock on wood skateboards" /></div>
Thank you for any answers anyone can provide me. Please let me know if I need to include any addition information to make my problem more clear.