Quote Originally Posted by Magician View Post
I have a problem with browser compatability. In Firefox and Opera the Header looks spot on - but in internet explorer the header is dissected and I can't fix it.
Here is the address :
http://www.dinkydisheds.com.au/commerce
Can anyone help please ?
open includes/templates/classic/css/stylesheet.css

change the following declaration as indicated by the highlight. (this will make the logoWrapper the same height as your image.)


#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:161px;
}