Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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