xziled
03-20-2006, 06:00 AM
I have a table with 2 cells. on the second cell is a scrollbar inside the cell. but i am trying to give the entire table a border and all I can come up with is a border around the entire table and not for the cells. my code is as follows:
<style type="text/css">
#tableID {border-width: 1px; border-style: solid; border-color: #494949;
overflow: scroll;
body {
scrollbar-arrow-color: 390000;
scrollbar-base-color: 420000;
scrollbar-dark-shadow-color: 390000;
scrollbar-track-color: 420000;
scrollbar-face-color: 390000;
scrollbar-shadow-color: 390000;
scrollbar-highlight-color: 390000;
scrollbar-3d-light-color: 390000;
}
</style>
orange is where i need to make an adjustment i think?
click here for a pic of what i am trying to do (http://www.thanatophobia.net/x2/bor.jpg) the white lines are my borders. the pink one will not show!!!! :(
I have gotten it to work before but i used TWO STYLES instead of just one like i am trying to do now.
<TABLE id="tableID" BORDER="0" cellpadding="0" cellspacing="0" FRAME="void" RULES="cols">
this all worked before the borders went around the entire table as well as the cells. but that was with 2 SEPERATE STYLES. What am i doing wrong?
<style type="text/css">
#tableID {border-width: 1px; border-style: solid; border-color: #494949;
overflow: scroll;
body {
scrollbar-arrow-color: 390000;
scrollbar-base-color: 420000;
scrollbar-dark-shadow-color: 390000;
scrollbar-track-color: 420000;
scrollbar-face-color: 390000;
scrollbar-shadow-color: 390000;
scrollbar-highlight-color: 390000;
scrollbar-3d-light-color: 390000;
}
</style>
orange is where i need to make an adjustment i think?
click here for a pic of what i am trying to do (http://www.thanatophobia.net/x2/bor.jpg) the white lines are my borders. the pink one will not show!!!! :(
I have gotten it to work before but i used TWO STYLES instead of just one like i am trying to do now.
<TABLE id="tableID" BORDER="0" cellpadding="0" cellspacing="0" FRAME="void" RULES="cols">
this all worked before the borders went around the entire table as well as the cells. but that was with 2 SEPERATE STYLES. What am i doing wrong?