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

Login with username, password and session length
  Show Posts
Pages: [1]
1  Web Design & Developement / Web Design / HTML / Re: My links on: August 29, 2005, 05:17:28 AM
I'm really sorry about this, but it didn't work. Thank you for helping though.
2  Web Design & Developement / Web Design / HTML / Re: My links on: August 16, 2005, 02:09:46 PM
Nope, sorry, it didn't work. The unvisited links still come up blue.
3  Web Design & Developement / Web Design / HTML / My links on: August 09, 2005, 01:16:29 PM
Hi, I can't work out why my CCS links won't work. I read the other topic similar to this, and I tried all the advice given, but it still didn't help. For some reason, all the links I haven't clicked on come up blue and underlined. Here is my coding for my links:

Code:
A:link{
text-decoration: none;
color: pink;
}

A:visited{
text-decoration: none;
color: ffcccc;
}

A:active{
text-decoration: none;
color: ffccff;
}

A:hover{
text-decoration: none;
color: cc6699;
}

Any help will be grately appreicated! grin
4  Web Design & Developement / Web Design / HTML / Re: CSS won't work on AOL on: March 30, 2005, 01:02:36 PM
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).
5  Web Design & Developement / Web Design / HTML / CSS won't work on AOL on: March 29, 2005, 06:02:40 AM
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;
}
Pages: [1]
Powered by SMF | SMF © 2006-2008, Simple Machines LLC