How to hide an element
Hi,
I want to hide the headerbot.png image with the code below without negatively affecting
seo. How should I place the code correctly?
h1.hidden { display: none; }
div.headerbot {
background: url("images/headerbot.png") no-repeat scroll center 0 transparent;
border-top: 1px solid #dddddd;
height: 37px;
left: 0;
margin-bottom: -42px;
margin-top: -10px;
position: relative;
right: 0;
top: 5px;
z-index: 90;
}
Thank you.