althera
09-20-2004, 08:02 PM
just had a friend check my new page and she says everythiing is screwed up-- but in my browser-- firefox-- all is well...page looks fine..
xhtml validator says code is ok
css is validated ok--
so i cant figure out what the heck is wrong
this is sooooooooo frustrating - have been working on this page for days and nights - am new to css so its been a real ordeal-- i sure hope someone here can solve my problems as i am simply so tired and drained i cant even think anymore
many thanks in advance
here is link to page--
http://www.creativedistortion.com/linklist.html
here is css code
body {
background-color: #8548BE;
color: purple;
font-family: "Lucida Grande",Verdana, Arial, Sans-Serif;
font-size: 12pt;
text-align: center;
margin-top: 0;
scrollbar-face-color: purple;
scrollbar-3dlight-color: #aaa;
scrollbar-arrow-color: yellow;
scrollbar-base-color: black;
scrollbar-darkshadow-color: lime;
scrollbar-highlight-color: black;
}
#container {
background-color: #C2A4DE ;
border-bottom: 3px solid #DE11FF;
border-left: 3px solid #DE11FF;
border-right: 3px solid #DE11FF;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: 0;
text-align: left;
width: 755px;
}
#pageHeader {
background-color: #000000;
background-image: url(IMAGES/creativedistortion2a.jpg);
background-position: center;
background-repeat: repeat;
border-color: #9E64A7;
border-style: inset;
border-width: 6px;
height: 296px;
text-align: right;/*creative distortion*/
width: 751px
}
/*this is quick summary*/
#welcome {
background-color: #C2A4DE;
border-bottom: #9E64A7 1px solid;
border-left: #9E64A7 1px solid;
border-right: #9E64A7 1px solid;
border-top: #9E64A7 1px solid;
border-style: inset;
margin-bottom: 24px;
margin-left: 290px;
margin-top: 10px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
width: 430px;
}
/*this is intro*/
#preamble {
background-color: #C2A4DE;
border-bottom: #9E64A7 1px solid;
border-color: #9E64A7 ;
border-left: #9E64A7 1px solid;
border-right: #9E64A7 1px solid;
border-top: #9E64A7 1px solid;
border-style: inset;
margin-bottom: 24px;
margin-left: 290px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
width: 430px;
}
/*this is whats it about ,participation, benefits*/
#supportingText {
background-color: #C2A4DE;
border-bottom: #9E64A7 1px solid;
border-left: #9E64A7 1px solid;
border-right: #9E64A7 1px solid;
border-top: #9E64A7 1px solid;
border-style: inset;
margin-bottom: 24px;
margin-left: 290px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
width: 430px;
}
h2 {
font-size: 12pt;
text-decoration: none;
color: lime;
}
p {
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
line-height: 100%;
text-align: center;
color: #764B7D;
padding: 0px;
}
p.footer {
font-family: Verdana, Arial, Sans-Serif;
font-size: 6pt;
font-weight: bold;
text-align: center;
margin-top: 40px;
}
ul {
font-family: Verdana, Arial, Sans-serif;
font-size: 10pt;
font-weight: bold;
margin: 0px;
padding: 5px;
}
ol {
font-family: Verdana, Arial, Sans-serif;
font-size: 70%;
font-weight: bold;
margin: 0px;
padding: 5px;
}
a:active {
color: yellow;
text-decoration: underline;
font-weight: bold;
}
a:hover {
background-color: fuchsia;
color: yellow;
text-decoration: underline;
}
a:link {
color: red;
font-weight: bold;
text-decoration: none;
}
a:visited {
font-weight: bold;
color: white;
text-decoration: underline;
}
/*this uses the descendent selector display to give form to the nav bar elements */
#linkList {
float: left;
margin-top: 20px; /*sets distance between each conter */
margin-left: 248px;
position: absolute;
top: 280px;
width: 280px; /*sets size of list container */
}
#linkList div {
margin-left: 5px;
margin-top: 40px;
}
/* sets linklist properties */
ul {
font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
font-size: 70%;
margin: 0px;
padding: 5px; /* sets list how far from left edge */
}
li {
color: lime;
font-weight: bold;
line-height: 22px;
list-style-type: none;
padding-right: 20px
}
#lselect { /* this is artwork*/
background-color: transparent;
background-image: url(IMAGES/creativedistortion2a.jpg);
background-position: top;
background-repeat: repeat-y;
border-color: #D286DF;
border-style: inset;
border-width: 2px;
font-family: Comic Sans MS, Sans-Serif;
font-weight: bold;
color: lime;
}
#larchives {
background-color: transparent;
background-image: url(IMAGES/creativedistortion2a.jpg );
background-position: bottom left;
background-repeat: repeat-y;
border-color: #D286DF;
border-width: 2px;
border-style: inset;
font-family: Comic Sans MS, Sans-Serif;
color: lime;
}
#lresources {
background-color: transparent;
background-image: url(IMAGES/creativedistortion2a.jpg);
background-position: bottom rightr;
background-repeat: repeat-y;
border-color: #D286DF;
border-style: inset;
border-width: 2px;
}
/* artwork header */
h3.select {
color: lime;
font-family: Comic Sans MS, Sans-Serif;
font-size: 12pt;
font-weight: bold;
margin-bottom: 5px;
margin-left: 10px;
}
h3.arhives {
color: lime;
font-family: Comic Sans MS, Sans-Serif;
font-size: 12pt;
font-weight: bold;
margin-bottom: 5px;
margin-left: 10px;
}
h3.resources {
color: lime;
font-family: Comic Sans MS, Sans-Serif;
font-size: 12pt;
font-weight: bold;
margin-bottom: 5px;
margin-left: 10px;
}
#linkList li a:link {
background-color: transparent;
color: lime;
}
#linkList li a:visited {
background-color: transparent;
color: white;
}
#linkList li a:hover, #linkList a:active {
background-color: fuchsia;
color: yellow;
}
xhtml validator says code is ok
css is validated ok--
so i cant figure out what the heck is wrong
this is sooooooooo frustrating - have been working on this page for days and nights - am new to css so its been a real ordeal-- i sure hope someone here can solve my problems as i am simply so tired and drained i cant even think anymore
many thanks in advance
here is link to page--
http://www.creativedistortion.com/linklist.html
here is css code
body {
background-color: #8548BE;
color: purple;
font-family: "Lucida Grande",Verdana, Arial, Sans-Serif;
font-size: 12pt;
text-align: center;
margin-top: 0;
scrollbar-face-color: purple;
scrollbar-3dlight-color: #aaa;
scrollbar-arrow-color: yellow;
scrollbar-base-color: black;
scrollbar-darkshadow-color: lime;
scrollbar-highlight-color: black;
}
#container {
background-color: #C2A4DE ;
border-bottom: 3px solid #DE11FF;
border-left: 3px solid #DE11FF;
border-right: 3px solid #DE11FF;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: 0;
text-align: left;
width: 755px;
}
#pageHeader {
background-color: #000000;
background-image: url(IMAGES/creativedistortion2a.jpg);
background-position: center;
background-repeat: repeat;
border-color: #9E64A7;
border-style: inset;
border-width: 6px;
height: 296px;
text-align: right;/*creative distortion*/
width: 751px
}
/*this is quick summary*/
#welcome {
background-color: #C2A4DE;
border-bottom: #9E64A7 1px solid;
border-left: #9E64A7 1px solid;
border-right: #9E64A7 1px solid;
border-top: #9E64A7 1px solid;
border-style: inset;
margin-bottom: 24px;
margin-left: 290px;
margin-top: 10px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
width: 430px;
}
/*this is intro*/
#preamble {
background-color: #C2A4DE;
border-bottom: #9E64A7 1px solid;
border-color: #9E64A7 ;
border-left: #9E64A7 1px solid;
border-right: #9E64A7 1px solid;
border-top: #9E64A7 1px solid;
border-style: inset;
margin-bottom: 24px;
margin-left: 290px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
width: 430px;
}
/*this is whats it about ,participation, benefits*/
#supportingText {
background-color: #C2A4DE;
border-bottom: #9E64A7 1px solid;
border-left: #9E64A7 1px solid;
border-right: #9E64A7 1px solid;
border-top: #9E64A7 1px solid;
border-style: inset;
margin-bottom: 24px;
margin-left: 290px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
width: 430px;
}
h2 {
font-size: 12pt;
text-decoration: none;
color: lime;
}
p {
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
line-height: 100%;
text-align: center;
color: #764B7D;
padding: 0px;
}
p.footer {
font-family: Verdana, Arial, Sans-Serif;
font-size: 6pt;
font-weight: bold;
text-align: center;
margin-top: 40px;
}
ul {
font-family: Verdana, Arial, Sans-serif;
font-size: 10pt;
font-weight: bold;
margin: 0px;
padding: 5px;
}
ol {
font-family: Verdana, Arial, Sans-serif;
font-size: 70%;
font-weight: bold;
margin: 0px;
padding: 5px;
}
a:active {
color: yellow;
text-decoration: underline;
font-weight: bold;
}
a:hover {
background-color: fuchsia;
color: yellow;
text-decoration: underline;
}
a:link {
color: red;
font-weight: bold;
text-decoration: none;
}
a:visited {
font-weight: bold;
color: white;
text-decoration: underline;
}
/*this uses the descendent selector display to give form to the nav bar elements */
#linkList {
float: left;
margin-top: 20px; /*sets distance between each conter */
margin-left: 248px;
position: absolute;
top: 280px;
width: 280px; /*sets size of list container */
}
#linkList div {
margin-left: 5px;
margin-top: 40px;
}
/* sets linklist properties */
ul {
font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
font-size: 70%;
margin: 0px;
padding: 5px; /* sets list how far from left edge */
}
li {
color: lime;
font-weight: bold;
line-height: 22px;
list-style-type: none;
padding-right: 20px
}
#lselect { /* this is artwork*/
background-color: transparent;
background-image: url(IMAGES/creativedistortion2a.jpg);
background-position: top;
background-repeat: repeat-y;
border-color: #D286DF;
border-style: inset;
border-width: 2px;
font-family: Comic Sans MS, Sans-Serif;
font-weight: bold;
color: lime;
}
#larchives {
background-color: transparent;
background-image: url(IMAGES/creativedistortion2a.jpg );
background-position: bottom left;
background-repeat: repeat-y;
border-color: #D286DF;
border-width: 2px;
border-style: inset;
font-family: Comic Sans MS, Sans-Serif;
color: lime;
}
#lresources {
background-color: transparent;
background-image: url(IMAGES/creativedistortion2a.jpg);
background-position: bottom rightr;
background-repeat: repeat-y;
border-color: #D286DF;
border-style: inset;
border-width: 2px;
}
/* artwork header */
h3.select {
color: lime;
font-family: Comic Sans MS, Sans-Serif;
font-size: 12pt;
font-weight: bold;
margin-bottom: 5px;
margin-left: 10px;
}
h3.arhives {
color: lime;
font-family: Comic Sans MS, Sans-Serif;
font-size: 12pt;
font-weight: bold;
margin-bottom: 5px;
margin-left: 10px;
}
h3.resources {
color: lime;
font-family: Comic Sans MS, Sans-Serif;
font-size: 12pt;
font-weight: bold;
margin-bottom: 5px;
margin-left: 10px;
}
#linkList li a:link {
background-color: transparent;
color: lime;
}
#linkList li a:visited {
background-color: transparent;
color: white;
}
#linkList li a:hover, #linkList a:active {
background-color: fuchsia;
color: yellow;
}