Well, I’ve tried both of your suggestions. And neither seems to work. Firefox has the same problem by the way.
I would give you an URL to the site, but I’m running it locally for designing purposes. However, here’s my complete CSS code:
@charset "UTF-8";
/* CSS Document
Theme Name: JB_portfolio
Description: This theme is made by Jeroen Berkenbosch for his photography portfolio.
Version: 1.0
Author: Jeroen Berkenbosch
Author URL: https://www.berkenbosch.net
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}
body {
background-color: #424242;
font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
font-size: 1em;
line-height: 1.5;
color: #FFFFFF;
background-position: top;
margin-bottom: -4px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;
text-align: center;
}
a:link, a:visited{
text-decoration: none;
color: white;
font-weight: bold;
}
a:hover{
text-decoration: none;
color: #db1741;
font-weight: bold;
}
p{
padding: 10px 0 0 0;
}
h1{
font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
font-size: 3em;
padding: 0 0 10px 0;
}
/*DIVS*/
#wrapper{
margin: 0 auto 0 auto;
width: 950px;
text-align: left;
}
/*header*/
#header{
float: left;
width: 950px;
padding-left: 10px;
font-size: 12px;
text-transform: uppercase;
background-image: url(./header.png);
background-repeat: no-repeat;
height: 70px;
}
/*container*/
#container {
width: 770px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
float: right;
}
/*post*/
.post{
padding: 10px 0 10px 0;
}
.post h2{
font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
font-size: 2em;
}
.entry{
line-height: 18px;
}
p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}
.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
/*sidebar*/
.sidebar {
width: 160px;
float: left;
line-height: 1.5;
text-align: left;
padding-right: 0px;
padding-bottom: 25px;
padding-left: 0px;
margin-top: 0px;
padding-top: 19px;
margin: 0;
display: inline; /*IE-spul*/
}
.sidebar ul{
list-style-type: none;
margin: 0px;
padding: 0 10px 0 10px;
font-size: 24px;
text-transform: uppercase;
}
.sidebar ul li{
padding: 0;
text-transform: uppercase;
}
.sidebar ul li ul li a{
font-size: 17px;
padding: 0;
}
/*footer*/
#footer{
height: 1em; /* ie doubles padding-top if he doesn't have "haslayout" */
clear: both;
float: left;
width: 950px;
padding-top: 0px;
font-size: 12px;
text-align: right;
}
#footer p{
line-height: 18px;
}
Maybe something is interfering with the settings?
Oh and yes, I still have to cleanup my code ?? Looks messy without the tabs.