CSS Issue with IE
-
I have a blog page at http://www.jesuscreed.org that looks great in Firefox, but falls apart in IE 6.
My index page is:
<body>
<div class=”wrapper”>
<div class=”header”>
<div class=”blogTitle”>“>
<div class=”home”>
Home</div>
</div>
</div><div class=”content”>
My CSS style is:
wrapper {
margin-left: auto;
margin-right: auto;
width: 840px;
background: center top none;
}/*<group=Header>*/
.header {
width: 590px;
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
background: no-repeat url(images/contentHead.jpg) top;
padding-top: 70px;
height: 79px;
}.home {
font-family: “Baskerville”, Georgia, Times, serif;
font-size: small;
text-align: left;
font-weight: bold;
width: 500px;
margin-right: auto;
margin-left: auto;
padding-top: 70px;
padding-bottom: 0px;
}Any ideas as to why there is a split?
The topic ‘CSS Issue with IE’ is closed to new replies.