rishid
02-28-2006, 09:01 PM
Hi,
I have two tables on 2 diff pages, each with their own id. I cannot figure out a definite way to apply different formatting to each, sometimes I put the # in front, sometimes in back.
Both tables are in DIV tags with different IDs. The tables do not have an ID just the div.
Some of the CSS code that is getting overlapped::::
table, th, td #summarytable{
border:none;
border:1px solid #666;
border-collapse:collapse;
}
#summarytable thead tr th {
background:url(images/greychrome.gif) top left repeat-x;
padding:5px 10px;
font-size:120%;
text-transform:uppercase;
color:#333;
}
Shouldn't this only apply to #summarytable? the properties are being used by #doctable as well. I dont get it. :confused:
thanks
I have two tables on 2 diff pages, each with their own id. I cannot figure out a definite way to apply different formatting to each, sometimes I put the # in front, sometimes in back.
Both tables are in DIV tags with different IDs. The tables do not have an ID just the div.
Some of the CSS code that is getting overlapped::::
table, th, td #summarytable{
border:none;
border:1px solid #666;
border-collapse:collapse;
}
#summarytable thead tr th {
background:url(images/greychrome.gif) top left repeat-x;
padding:5px 10px;
font-size:120%;
text-transform:uppercase;
color:#333;
}
Shouldn't this only apply to #summarytable? the properties are being used by #doctable as well. I dont get it. :confused:
thanks