chrismassey
Programmer
Hello,
I have been hunting for a solution to my problem, although this seems to be a well known issue, I am unable to find a solution that works.
I am using a background image for a logo in the top left hand corner of a website, however it is not been displayed in IE6 and below.
The website:
Browser shots:
CSS for background image:
Could someone please point me in the right direction on how I can fix this issue. Thanks alot,
Chris
I have been hunting for a solution to my problem, although this seems to be a well known issue, I am unable to find a solution that works.
I am using a background image for a logo in the top left hand corner of a website, however it is not been displayed in IE6 and below.
The website:
Browser shots:
CSS for background image:
Code:
#outer_top_left{
position: absolute;
top: 10px; right: 600px; bottom: 10px; left: 10px;
border: 4px solid #008080;
background:url('../Images/Logo.jpg') no-repeat center center;
}
Could someone please point me in the right direction on how I can fix this issue. Thanks alot,
Chris