Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: CSS won't work on AOL  (Read 3836 times)
« on: March 29, 2005, 06:02:40 AM »
Tenshi Offline
Newbie

View Profile
*
Posts: 5



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:

Code:

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;
}
Report to moderator   Logged

 
« Reply #1 on: March 29, 2005, 07:28:18 AM »
Working for Rielst...
Ryanbi Offline
Junior Member
Newbie

View Profile WWW
*
Posts: 34



Do you use <link> tab ?
Report to moderator   Logged
« Reply #2 on: March 29, 2005, 12:22:08 PM »
adragons
Guest

You have two 'body' statements in there, the first one isnt closed so the second is improperly nested with in it, and so is the rest of the css after the first 'body' statement join the two body statements, and that should fix it.
Report to moderator   Logged
« Reply #3 on: March 29, 2005, 03:30:31 PM »
CravenBW
Guest

Also make sure your getting a fresh reload. AOL is a bugger for chacheing just about every page you visit. If you press shift and click on the reload button that would help too.
Report to moderator   Logged
« Reply #4 on: March 30, 2005, 01:02:36 PM »
Tenshi Offline
Newbie

View Profile
*
Posts: 5



Thank you for your help, I managed to sort it out now (and thanks especially for pointing out the body statements, I hadn't actually noticed rolleyes).
Report to moderator   Logged
« Reply #5 on: March 30, 2005, 05:37:59 PM »
adragons
Guest

No problem, often the case is you wrote something yourself so you just need some one else to take a look to point out the obvious, it happens to every one.
Report to moderator   Logged
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC