sjb
09-01-2003, 04:26 AM
ok im using an external stylesheet but the font isnt working properly for one person i know about
does anyone know whats wrong with my css tht the font color isnt working properly, it works with me but it doesnt work with my friend but she doesnt know what a web browser is so i dont know if her web browser supports it, does the font not work in some browsers? or is there something wrong with my css
<style type="text/css">
A:link
{ text-decoration: none; color:#33CCFF; }
A:visited
{ text-decoration: none; color:#cc66cc; }
A:active
{ text-decoration: none; color:#FFFF33; }
A:hover
{ text-decoration: none; color:#FF0000;
background-color: #000000;
cursor: value; default}
h1 {font-family: value; VAGRundschriftD
color: value; #990000}
p {font-family: value; arial, Verdana;
color: value; #FFFFFF}
body
{ background-color: #000000;
background-repeat: value; repeat
background-attachment: value; scroll
font-family: value; arial, Verdana;
color: #FFFFFF;
letter-spacing: value; 3pt
font-weight: value; normal
font-size: value; 12pt
scrollbar-face-color : #CC3333;
scrollbar-base-color : #CC3333;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #FFFFCC;
scrollbar-shadow-color : #000066;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #CC0033;
scrollbar-arrow-color : #000033; }
td
{ font-family: value; Verdana
color: #FFFFFF; }
</style>
the problem is my background is black and she sees the text as black n has to highlight it, but i see it as white?
can i fix it with my stylesheet or do i have to fix the font page by page? (and does it matter that most my pages are in tables?)
does anyone know whats wrong with my css tht the font color isnt working properly, it works with me but it doesnt work with my friend but she doesnt know what a web browser is so i dont know if her web browser supports it, does the font not work in some browsers? or is there something wrong with my css
<style type="text/css">
A:link
{ text-decoration: none; color:#33CCFF; }
A:visited
{ text-decoration: none; color:#cc66cc; }
A:active
{ text-decoration: none; color:#FFFF33; }
A:hover
{ text-decoration: none; color:#FF0000;
background-color: #000000;
cursor: value; default}
h1 {font-family: value; VAGRundschriftD
color: value; #990000}
p {font-family: value; arial, Verdana;
color: value; #FFFFFF}
body
{ background-color: #000000;
background-repeat: value; repeat
background-attachment: value; scroll
font-family: value; arial, Verdana;
color: #FFFFFF;
letter-spacing: value; 3pt
font-weight: value; normal
font-size: value; 12pt
scrollbar-face-color : #CC3333;
scrollbar-base-color : #CC3333;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #FFFFCC;
scrollbar-shadow-color : #000066;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #CC0033;
scrollbar-arrow-color : #000033; }
td
{ font-family: value; Verdana
color: #FFFFFF; }
</style>
the problem is my background is black and she sees the text as black n has to highlight it, but i see it as white?
can i fix it with my stylesheet or do i have to fix the font page by page? (and does it matter that most my pages are in tables?)