I'm working on a client's website, and I'm having some trouble with IE. Anyone know what i'm doing wrong with my CSS? Firefox works fine, IE isn't so pretty.
NOTE: left-sidebar has been changed to align on the right side.
presto-technologies.com (testing domain - their real domain is actually newshamswoodshop.com)
Style.css:
NOTE: left-sidebar has been changed to align on the right side.
presto-technologies.com (testing domain - their real domain is actually newshamswoodshop.com)
Style.css:
Code:
* {
margin: 0;
padding: 0;
}
body {
font-size: 62.5%;
background: url(../images/blackwhirl2.jpg) repeat;
}
p {
font: 1.2em/1.8em Georgia, serif;
margin-bottom: 10px;
color:#cc9966;
}
p.forms{
font: 1.1em Georgia, serif;
margin-bottom: 10px;
color:#cc9966;
}
h1 {
font: 2.0em Georgia, serif;
color: #cc9966;
}
h2 {
font: 1.5em Georgia, serif;
color: #cc9966;
margin-bottom: 10px;
}
ul {
margin-left: 25px;
}
img {
border: none;
}
#listinbody{
font: 1.2em/1.8em Georgia, serif;
color:#cc9966;
}
#page-wrap {
min-width: 920px;
max-width: 920px;
margin: 10px auto;
}
#page-wrap #inside {
margin: 10px 10px 0px 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#main-content {
width:800px;
padding-left: 40px;
padding-top: 20px;
}
#header {
background-image: url(../images/icons/blackwhirl2.jpg);
text-align: center;
}
#left-sidebar {
width: 150px;
float: right;
padding-left: 15px;
padding-top: 20px;
}
#footer {
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
color: #cc9966;
}
ul.option{
list-style-image: url(../images/icons/arrow-right.png);
}
ul.option li {
font: 110% georgia, times, serif;
color: #cc9966;
margin: .5em 0;
}
a:link {color:#cc9966} /* unvisited link */
a:visited {color:#cc9966} /* visited link */
a:hover {color:white}
Last edited: