Hey everyone,
Curious about an aspect of this. I made the blog title into an image on style.css:
#blog-title a {
background:url(http://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 http://www.aerismorpheme.com.