hI,
Ive tried this technique with the following code. I think ive written it identical to the example you gave me but my replacement image doesnt appear( its definately in the right folder). The <h1> text appears but below where the image should be. Its almost as if the replacement image is invisible and then h1 text is appearing below, if you see what i mean?!?
Heres my code:
Css:
Code:
h1 { position: relative;
font-size: 9px;
width: 182px;
height: 17px;
}
h1 span { background: transparent url (mainbackground.gif) no-repeat;
position: absolute;
left: 0px;
top: 0px;
width: 182px;
height: 17px;}
html:
Code:
<h1> welcome to solutions 4<span title="welcome"></span></h1>
Bookmarks