Making Header Linkable
-
I’ve read how to make headers linkable, but the trouble is, my header is part of my background image.
is there any way to make the ‘image/flowers.jpg’ shown below linkable??
My site: Link
My code inside the style.css:
#header{
background:url(images/flowers.jpg) left no-repeat #FFF;
}#header .inside{
padding: 7em 0px;
}#header h2{
border-right: 1px solid #808080;
float: left;
font-size: 2.25em;
margin: 0px 0.5em 0px 0px;
padding: 0px 0.5em 0.25em 0px;
}#header h2 a{
color: #000000;
text-decoration: none;
}#header p{
line-height: 1em;
margin: 0px;
padding: 1em 0px;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Making Header Linkable’ is closed to new replies.