Hey everybody,
I'm a little new to css. But I'm having a lot of trouble. I am trying to get my main title to display in Copperplate Gothic Light, and the rest of my site in Lucida Sans, Lucida Grande, or sans-serif. But for some reason the entire site (Only in IE, not Firefox or Safari) is in Lucida Sans, Lucida Grande, sans-serif.
Anyways, here is my style.css can someone show me how to fix this?
Code:
<style type="text/css">
A:link { COLOR: blue; text-decoration: underline}
A:visited { COLOR: blue; text-decoration: underline}
A:active { COLOR: blue; text-decoration: underline}
A:hover { COLOR: blue; text-decoration: none}
body {
margin-left: 20%;
margin-right: 20%;
background-color: #FDFDFD;
font-family: Lucida Sans, Lucida Grande, sans-serif;
font-size:11px;
font-color: #242424;
}
.style1 {font-family: Copperplate Gothic Light; font-size: 24px;}
.style2 {color: #990000; font style: bold;}
.style3 {color: #990000;}
.style4 {font-size: 14px; color: #990000; font-weight: bold}
#Layer1 {
position:absolute;
left:20px;
top:38px;
width:105px;
height:197px;
z-index:1;
background-color: #FDFDFD;
font-family: Lucida Sans, Lucida Grande, sans-serif;
font-size: 11px;
}
</style>
Recent comments
22 hours 1 min ago
1 day 7 hours ago
1 day 8 hours ago
1 day 11 hours ago
1 day 16 hours ago
1 day 16 hours ago
1 day 18 hours ago
2 days 4 hours ago
2 days 9 hours ago
2 days 11 hours ago