|
Nicole -> RE: Layout with CSS (1/2/2005 2:03:16)
|
I don't know if my brain is full or something, but i've just about had it with CSS! Can anyone please explain to me (in simple terms), why this page has no style despite it being clearly written in the XHTML that it's there. Here is the code i've written, i'd also appreciate feedback on it (in simple terms) if it might be the reason that page has no style. body {
background-color: #f4f0e6;}
table#page {
background-color: #ffffff;
padding: 10px;
border: 1px #666666 solid;}
table#header {
border: 1px #666666 solid;}
table#navigation {
border: 1px #666666 solid;}
a:link#navigation {
color: #eeeeee;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
a:visited#navigation {
color: #eeeeee;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
a:hover#navigation {
color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
a:active#navigation {
color: #eeeeee;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
p#navigation {
text-align: right;}
table#content {
background-color: #ffffff;
border: none;
padding: 10px;}
p#content {
color: #666666;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: normal;
font-style: normal;
text-align: left;}
ul#content {
list-style-type: square;
white-space: normal;}
img#content {
padding: 5px;}
h4#content {
color: #666666;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: bold;
font-style: normal;
text-align: left;}
table#lefttop {
background-color: #f4f0e6;
border: 1px #000000 solid;
padding: 10px;}
h1#lefttop {
font-size: 1em;
color: #000000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
text-align: center;}
p#lefttop {
text-align: left;
color: #666666;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
text-decoration: none;
font-style: normal;}
table#leftmiddle {
background-color: #568406;
border: 1px #000000 solid;
padding: 10px;}
h2#leftmiddle {
color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
text-decoration: none;
font-style: normal;
text-align: center;}
table#right {
background-color: #006897;
border: 1px #000000 solid;
padding: 10px;}
p#right {
color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: left;}
table#righttop {
background-color: #003366;
border: 1px #000000 solid;
padding: 10px;}
h3#righttop {
text-align: center;
color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
font-style: normal;
text-decoration: none;}
table#footer {
background-color: #ffffff;
border: none;
padding: 10px;}
hr#footer {
width: 1px;
color: #666666;}
a:link#footer {
color: #666666;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.625em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
a:visited#footer {
color: #666666;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.625em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
a:hover#footer {
color: #000000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.625em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
a:active#footer {
color: #666666;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.625em;
text-decoration: none;
font-weight: normal;
font-style: normal;}
p#footer {
text-align: right;} Many thanks from a very frustrated individual. Nicole
|
|
|
|