I've made some changes in my .css file, and my tables are not picking up the .css styles. I have <table id="orig"> which links to this .css file below. My tables are not showing the borders. Any assistance would be helpful:
/* V3 */
*{
list-style:none;
margin:1px;
padding:0px;
border-size: 1px;
}
#menu {
width: 200px;
float: left;
border-size: 1px;
margin-right: 2em;
}
#menu li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
font-weight: bold;
text-decoration: none;
}
#menu li a:link, #menu li a:visited {
color: #B40404;
display: block;
background: url(v3.JPG);
background-repeat:no-repeat;
padding: 8px 0 0 10px;
}
#menu li a:hover {
color: #0e69be;
background: url(v3.JPG) 0 -32px;
background-repeat:no-repeat;
padding: 8px 0 0 10px;
border:1px solid #000000;
}
#menu li a:active {
color: #B40404;
background: url(v3.JPG) 0 -64px;
background-repeat:no-repeat;
padding: 8px 0 0 10px;
}
p {
font-size : 12px;
font-family : times new roman;
color : #000000;
text-align : left;
margin : ;
}
h3 {
font-family : times new roman;
color : #000000;
text-align : left;
}
h2 {
font-family : times new roman;
color : #000000;
text-align : left;
}
h1 {
font-family : times new roman;
color : #000000;
text-align : left;
}
body {
font-size : 12px;
font-family : times new roman;
color : #000000;
background : #ffffff url() fixed repeat;
}
blockquote {
font-size : 10px;
font-family : arial;
color : #000000;
text-align : left;
}
a:hover {
font-weight : normal;
font-size : 12px;
font-family : times new roman;
color : #ff0000;
background : normal;
text-decoration : bold;
}
a:visited, a:link, a:active {
font-weight : normal;
font-size : 12px;
font-family : times new roman;
color : #0000ff;
text-decoration : bold;
}
table #orig
{
font-family: arial;
font-size: 12pt;
background-color: white;
border-style: solid;
border-color: blue;
padding: 3px;
}
th #orig
{
border-width: 3px;
border-style: solid;
border-color: blue;
padding:2px;
}
td #orig
{
border-width: 3px;
border-style: solid;
border-color: blue;
padding: 3px;
}
