Banner Image to the Thesis Theme Header
Functions
function headerb() {
?>
<li class="tab-logo">
<a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory'); ?>/custom/images/rrlogo.png" width="336" height="83" alt="Your Header Title" /></a></p>
<?php
}
add_action ('thesis_hook_header','headerb');
Styling
.tab-logo {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-24px 0 7px -81px;
}
.tab-logo:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/hhh.png) no-repeat scroll 0 0;
}
Tagged as:
THESIS