Post by derwydd » Fri Oct 12, 2007 9:51 pm

OK IN EVERY OTHER BROWSER IT LOOKS FINE. IE6 IT SCREWS UP. THE BACKGROUND IMAGE IS NOT EXPANDED ALL THE WAY TO THE RIGHT OR THERE IS ANOTHER LAYER ON TOP WHITING A PORTION OUT. PERSONALLY IN THINK IT IS THE PREVIOUS.

THX JASON

Active Member

Posts

Joined
Wed Aug 29, 2007 12:13 am

Post by derwydd » Fri Oct 12, 2007 11:15 pm


Active Member

Posts

Joined
Wed Aug 29, 2007 12:13 am

Post by derwydd » Fri Oct 12, 2007 11:25 pm

I see someone trying to access the search page. I put code in that make you login first. Sorry...

Active Member

Posts

Joined
Wed Aug 29, 2007 12:13 am

Post by trzl » Sat Oct 13, 2007 12:53 am

I checked it out.

I have a site that is doing the same thing. I dont know the answer either.

I switched to jpg and it works fine.

It still would be nice to use all .png's

User avatar
New member

Posts

Joined
Thu Sep 27, 2007 7:51 am

Post by derwydd » Sat Oct 13, 2007 1:28 am

OK Well I just made the image file 1000 in width

Active Member

Posts

Joined
Wed Aug 29, 2007 12:13 am

Post by willow1872 » Sat Oct 13, 2007 8:02 am

In default.css, Change:
body {
margin: 0px;
padding: 0px;
behavior: url('catalog/javascript/png/iepngfix.htc');
background: url('../image/background.png') top repeat-x;
background-repeat: repeat-x;
/*background:#4d4d4d;*/
}
To:
body {
margin: 0px;
padding: 0px;
background: url('../image/background.png') top repeat-x;
background-repeat: repeat-x;
/*background:#4d4d4d;*/
}
Change:
#header .a {
background: url('../image/logo.png') no-repeat;
behavior: url('catalog/javascript/png/iepngfix.htc');
width: 189px;
height: 80px;
float: left;
position: absolute;
top: 10px;
left: -15px;
}
To:
#header .a {
background: url('../image/logo.png') no-repeat;
background-color: transparent;
width: 189px;
height: 80px;
float: left;
position: absolute;
top: 10px;
left: -15px;
}
See if that helps :)
The problem is IE does not understand transparent PNG's.

Newbie

Posts

Joined
Tue Oct 09, 2007 10:21 pm
Location - United Kingdom
Who is online

Users browsing this forum: No registered users and 4 guests