pingu
Fledgling Freddie
- Joined
- Oct 10, 2005
- Messages
- 8
Hi!
As I have a blog myself which needs a new site design. I went on designing it in Photoshop, then spliced it then put it together in CSS+XHTML. However, my main browser is Firefox which shows CSS the right way anyway. The site looks screwed and not proper. In IE it is another story however! I'm flabbergasted because the CSS looks proper and correct! Any help would be appreciated!
http://www.gibbed.org/~james/shiny/new/stuff/here/too/index.html
layout.css
As I have a blog myself which needs a new site design. I went on designing it in Photoshop, then spliced it then put it together in CSS+XHTML. However, my main browser is Firefox which shows CSS the right way anyway. The site looks screwed and not proper. In IE it is another story however! I'm flabbergasted because the CSS looks proper and correct! Any help would be appreciated!
http://www.gibbed.org/~james/shiny/new/stuff/here/too/index.html
layout.css
Code:
body {
background-color: #EFEFEF;
margin: 0px;
font-family: Arial, Verdana;
font-size: 11px;
}
h1,h2,h3,h4,h5,h6,h7 {
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 14px;
color: #C80000;
}
#container {
width: 780px;
padding: 0px;
background-color: #E9E8C5;
background-image: url(images/bg.png);
margin: 0 auto 0 auto;
height: 100%;
}
#header {
float: left;
width: 780px;
background-image: url(images/header.png);
height: 70px;
}
#menu {
float: left;
width: 780px;
background-color: #800000;
background-image: url(images/navigation.png);
height: 21px;
}
#lcolumn {
float: left;
width: 52px;
}
#content {
padding-top: 10px;
float: left;
width: 640px;
}
#rcolumn {
float: left;
width: 88px;
height: 92px;
background-image: url(images/gradient.png);
background-repeat: repeat-x;
}
#footer {
float: left;
width: 780px;
color: #990000;
font-size: 8px;
letter-spacing: 0.2em;
text-transform: uppercase;
text-align: center;
padding-bottom: 2px;
}