Header Image How to?
Hi guys,
I wanted to add a header image that is 150px high. So what I did is altered the css just like so:
#Header h1 {
background: url('myimage.jpg') no-repeat 0 0;
text-indent: -10000px;
height: 150px;
}
but the thing is that the tab navigation is kind of pushed down (doesn't align with the header).
Is there a fix for this?
Thanks!
Dada
0
This discussion has been closed.
Comments