Below is my main CSS file. Is there something I can do to this, so that the entire page while center in MS explorer, just as it does in Firefox? Right now, in explorer it just hangs to the left. (here's the URL
www.jacksonao.com)
If anyone knows, I'd love to hear.
}
#header p {
padding-left: 10px;
}
#header a {
}
/* Menu */
#menu {
width: 778px;
height: 35px;
background: url(images/img03.jpg) no-repeat;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-bottom: 0px;
}
#menu ul {
margin: 0;
padding: 14px 0 0 0;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
padding: 0 20px 0 15px;
background: url(images/img04.gif) no-repeat left center;
text-decoration: none;
font-weight: bold;
color: #666666;
}
#menu a:hover {
text-decoration: underline;
}
/* Page */
#page {
width: 778px;
margin: 0 auto;
padding: 20px 0;
}
/* Content */
#content {
float: left;
width: 480px;
}
.post {
padding: 0 0 20px 0;
}
.title {
margin: 0;
border-bottom: 2px solid #4A3903;
}
.byline {
margin: 0;
}
.meta {
border-top: 1px solid #4A3903;
text-align: right;
color: #646464;
}
.meta a {
padding-left: 15px;
background: url(images/img06.gif) no-repeat left center;
font-weight: bold;
}
/* Sidebar */
#sidebar {
float: right;
width: 280px;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
}
#sidebar li ul {
padding: 15px 0;
}
#sidebar li li {
padding-left: 30px;
border-bottom: 1px dotted #4A3903;
}
#sidebar h2 {
margin: 0;
padding: 20px 0 2px 30px;
background: url(images/img05.gif) no-repeat left bottom;
border-bottom: 2px solid #4A3903;
}
#sidebar a {
text-decoration: none;
}
#sidebar a:hover {
text-decoration: underline;
}
/* Footer */
#footer {
width: 778px;
height: 35px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-bottom: 0px;
background-color: #FF6699;
}