An issue with Kubrick
-
Ok, i’m working with the Kubrick design and have customized it. I made my own header and have gotten it all to work… though i’ve removed the headers ability to link back… which i’m trying to fix right now. The thing is, i don’t want and text on my header…. I’ve tried a few things, one of them being this:
https://www.tamba2.org.uk/wordpress/graphicalcss/header/index.html
I’ve also tried this in the index.php:
<div id="headerimg"> <h1> <span> Text here to describe my site </span> </h1>
</div>
companied with this in the css:
#header {
padding: 1px;
height: 198px;
width: 758px;
background: url("images/kubrickheader.png") no-repeat bottom center;
}
#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 740px; }
#headerimg h1 a {
height: 100%;
display: block;
}
#headerimg hi a span {
display:none;
}
it seems to work in IE though it screws up the placement of the header image for some reason (though it does make it all a link…. and in FF it just makes the words a link….
any idea?
- The topic ‘An issue with Kubrick’ is closed to new replies.