Hi
My logo, which I'm referencing in my external css style sheet is working fine in Firefox, but does not appear to work in internet explorer:
below is the code I'm using:
#header
{
width: 760px;
float: left;
background-color: #fff;
}
#header h1
{
float: left;
font-size: 1em;
text-indent:-9999px;
}
#header h1 a
{
background:#fff url(images/logo.jpg) no-repeat;
width:290px;
height: 75px;
float:left;
text-decoration:none;
}
Can anyone suggest a way in which I can get this logo to appear correctly in i.e?
Thanks
Matt