PDA

View Full Version : IE browser issues


caroline
Jun-11-2007, 08:34 AM
As a mac person with no access to a pc usually I don't get to see my site in IE 6 or 7, but at the w/end I got a chance and the header which should be transparent doesn't match into the background and the font in most of the text looks completely different from when I view in FF. Any thought please I would like it to match up.

Caroline

Allen
Jun-11-2007, 08:39 AM
As a mac person with no access to a pc usually I don't get to see my site in IE 6 or 7, but at the w/end I got a chance and the header which should be transparent doesn't match into the background and the font in most of the text looks completely different from when I view in FF. Any thought please I would like it to match up.

Caroline Change these two to add the IE filters, don't add the red *'s.

/* BANNER/HEADER RELATED */
#my_banner {
width: 750px;
height: 90px;
margin: 0 auto; background:url(http://carolineshipsey.smugmug.com/photos/134387039-O.png) no-repeat;
_background: none;
_filter:progid:*DXImageTransform.Microsoft.AlphaIm ageLoader (enabled=true,
sizingmethod=image,
src='http://carolineshipsey.smugmug.com/photos/134387039-O.png');
}

.category_Mendip_Hills_Area #my_banner2 {
display:block;
margin: 0 auto;
width: 750px;
height: 80px;
background: url(http://carolineshipsey.smugmug.com/photos/134393634-O.png) no-repeat;
_background: none;
_filter:progid:*DXImageTransform.Microsoft.AlphaIm ageLoader (enabled=true,
sizingmethod=image,
src='http://carolineshipsey.smugmug.com/photos/134393634-O.png');
}