http://www.pauserefreshment.co.uk/index.html
Hi From minus 4 degree C nearly Dark Wakefiled UK
Here’s todays CSS problemo…
I’m trying to get a different top left hand logo to upload on the home page.
As in this one:
I added this code in an attempt to do so:
#header .plain {
display:block;
overflow:hidden;
text-indent:-9999px;
width:207px;
height:103px;
background:url(…/images/logo_go_home_plain.gif);
}
<p class=“plain”> <a href=“index.html”> Pause </a></p>
But it just keeps loading up the wrong image. I know for sure I’m doing a css blunder but aint got the brains to figure it out
Any insights welcome…