(Just realised I hadn't put the URL in...www.vikingespillet.dk)
I have a problem with the positioning of my logo and the right column in IE7. Also the footer has positioned bottom 5 and bottom 6 on top of each other. The site looks as I want it in all browsers except IE7.
I have the following override css:
#mainPage .box.explode > div { height:440px }
h1.logo a {
height:100px;
width:840px;
}
.article-meta.blog { margin-left: 10px; }
h3
{
font-size: 150%;
font-variant: small-caps;
}
#bottomWrap { color: #444; }
div#gkDropMain ul > li a {
padding: 0 5px;
color: #CCC;
}
h1.gkLogo a { background: url('../images/style1/logo.png') no-repeat 0 0; display: block; height: 96px; margin: 0; text-indent: -999em; width:840px; }
Can anyone help please? Thank you in advance.