I need some help on CSS in the header part of my client Pligg+ site. The one that should link to the homepage ( <a href ="/"><h1> </h1> </a> ). The picture is not showing up on the page.
Here is the site : www.flogz.com
Here is the CSS
PHP Code:
#header h1 {
font-size: 100%;
margin: 0;
}
#header h1 a, #header h1 span {
display: block;
height: 45px;
width: 165px;
background: url("/images/spacer.gif") bottom left no-repeat;
text-indent: -2000em;
position: absolute;
top: 0;
/*left: 0;*/
text-decoration: none; border:0;
z-index: 1000; /* need for FX and IE */
}
#home h1 a {
background: url("/images/spacer.gif") top no-repeat; border:0; }
/* only for IE */ * html #header h1 a, * html #header h1 span { bottom: -1px; }
#header h1 span { background: url("/images/spacer.gif") top no-repeat; }
Thanks in advance !!




Thanks man !
Linear Mode




