Adding a header image to Thematic: Unsolved Mystery
-
Hey everyone,
Curious about an aspect of this. I made the blog title into an image on style.css:
#blog-title a { background:url(https://www.aerismorpheme.com/wp-content/uploads/2009/12/banner.jpg) no-repeat top center; display:block; text-indent:-9000px; width: 940px; height: 275px; position:relative; z-index:10; }
And it only shows the image on Safari.
And my header.php looks like this:
</div><!-- #header--> <div id="header"> <?php thematic_header() ?> </div><!-- #header--> <?php thematic_belowheader(); ?> <div id="main">
Do I have to alter anything in the php file? Again, it works fine in Safari. Should the image be sourced from somewhere else? Any help would be appreciated. Oh, the site is https://www.aerismorpheme.com.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Adding a header image to Thematic: Unsolved Mystery’ is closed to new replies.