Because only changing a#logo will work for Firefox, but not for IE7.
Changes can be made in (ofcourse): template_css.css
Line 274:
- Code: Select all
div#top_wrap {
height: ???px
Line 250:
- Code: Select all
a#logo {
width: ???px;
height: ???px;
float: left;
margin-top: 10px;
display: block;
}
Good luck!