Does anyone know why my CSS won't work on AOL. I have both IE and AOL, but when I view my website in AOL, the CSS hasn't changed from what I had before (I recently changed my layout). Here is my CSS:
A:link
{text-decoration: none; color: ebe6b3; }
A:visited
{text-decoration: none; color: ff3300; }
A:active
{text-decoration: none; color: ebe6b3; }
A:hover
{text-decoration: none; color: df9771; }
h1 {font-family: verdana;
color: ff9900;
size: large;
}
h2 {font-family: verdana;
color: orange;
size: medium;
}
body
{ background: #EBE6B3;
font-family: verdana;
color: ff9966 ;
font-size: medium;
direction:ltr;
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
scrollbar-face-color : #df9771;
scrollbar-highlight-color : #turquoise;
scrollbar-3dlight-color : #white;
scrollbar-shadow-color : #pink;
scrollbar-darkshadow-color : 9933ff;
scrollbar-track-color : cccccc;
scrollbar-arrow-color : #000000;
}
#header {
margin: 20px;
padding: 0px;
height: 0px;
top: 10px;
font-family: verdana;
font-size: small;
}
#menu1 {
position: absolute;
right: 15px;
top: 10px;
width: 200px;
margin-left: 20px;
background color: ffcc99;
font-family: verdana;
font-size: small;
font-color: ff9966;
border: solid df9771 3;
}
#center {
top: 0px;
margin bottom: 10px;
margin-left: 15px;
margin-right: 230px;
background color: ffcc99;
font-family: verdana;
font-size: small;
font-color: ff9966;
border: solid df9771 3;
}
#footer {
margin top: 10px;
margin left: 15px;
margin right: 215px;
background color: ffcc99;
font-family: verdana;
font-size: x-small;
font-color: ff9966;
border: solid df9771 3;
}