e_curls
02-19-2005, 06:24 PM
hey ... a little while ago i changed my website with new CSS and it was working great ... a couple of days later ... the style and format of my page in IE didn't work anymore, and still doesn't. But in Mozilla it works fine ... can someone check it out and help me out to figuring out what is wrong with my code??
I'm completely clueless ...
here's the website:
http://www.jadingheart.com
thank you
Rosey
02-19-2005, 07:17 PM
there are a few things in your css that are not right:
.past {
position:absolute;
top:75px;
left:100px;
font-size:12px;
padding:5px 5px;
margin:10px 10px;
text-align:left;
}
h5 {
font-size:14px;
font-weight:bold;
border-bottom:0px dotted #fff;
line-height:18px;
color: #930f1c;
text-transform: uppercase;
text-decoration: none;
}
.copyright {
position:absolute;
font-size:12px;
width:650px;
padding:5px: 5px;
margin:0px;
text-align: center;
}
On that last one I've just pointed it out, not sure if you wanted padding:5px or padding: 5px 5px;
e_curls
02-19-2005, 07:24 PM
thank you so much!!! that worked!!!