Hi,
I'm at it again
http://www.mattfrost.net/fotchsa/
I'm trying to get the banner for this website to appear in the centre of the light shaded area,
My attempt is to indent the text a large negative number of pixels to the left (using CSS) and the have the image just sit where the text would have been, so that if the CSS is disabled the text jumps back onto the screen.
The only problem is, the image isn't where i want it to be and i cant figure out why...
I've got <h1 id="fotchsa_banner"> and have this style being used on it:
What am I doing wrong?
I'm at it again

http://www.mattfrost.net/fotchsa/
I'm trying to get the banner for this website to appear in the centre of the light shaded area,
My attempt is to indent the text a large negative number of pixels to the left (using CSS) and the have the image just sit where the text would have been, so that if the CSS is disabled the text jumps back onto the screen.
The only problem is, the image isn't where i want it to be and i cant figure out why...
I've got <h1 id="fotchsa_banner"> and have this style being used on it:
Code:
#fotchsa_banner {
text-indent: -5000px;
background: url(../img/FOTCH_Banner_sandy.jpg) no-repeat;
height: 240px;
width: 798px;
/*margin: 10px auto 0 auto;
padding: 20px 0 0 0;*/
}
What am I doing wrong?