hi-
thanks
my header_php says:
define('HEADER_LOGO_WIDTH', '747px');
define('HEADER_LOGO_HEIGHT', '197px');
initially my css code said:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}
and i changed it to:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height: 197px;
width: 747px;
}
i dont have that version of IE thats messed up. can someone please confirm that this has fixed the problem?
-jackie



