ROT
06-06-03, 04:20 PM
im having problems getting my right border on a table to show up... the other borders, however, are just fine...
stylesheet
td#leftcolumn {
width: 105px;
}
td#leftcolumn th {
color: #FFFFFF;
}
td#leftcolumn div.blockTitle {
padding: 3px;
color: #ffffff;
background-color: #666666;
font-weight: bold;
border-left: 1px;
border-right: 1px;
border-top: 1px;
border-bottom: 1px;
border-style: dashed;
margin-left: 3px;
}
td#leftcolumn div.blockContent {
padding: 3px;
background-color: #000000;
border-left: 1px;
border-right: 1px;
border-bottom: 1px;
border-top: 0px;
border-style: dashed;
margin-left: 3px;
}
html
<td id="leftcolumn" width="125" height="462" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="blockTitle">
<{$block.title}>
</div>
</td>
</tr>
<br>
<tr>
<td>
<div class="blockContent">
<{$block.content}>
</div>
</td>
</tr>
</table>
</td>
any ideas?
**btw, netscape7 shows the right border just fine -- im trying to get it adjusted with ie6**
stylesheet
td#leftcolumn {
width: 105px;
}
td#leftcolumn th {
color: #FFFFFF;
}
td#leftcolumn div.blockTitle {
padding: 3px;
color: #ffffff;
background-color: #666666;
font-weight: bold;
border-left: 1px;
border-right: 1px;
border-top: 1px;
border-bottom: 1px;
border-style: dashed;
margin-left: 3px;
}
td#leftcolumn div.blockContent {
padding: 3px;
background-color: #000000;
border-left: 1px;
border-right: 1px;
border-bottom: 1px;
border-top: 0px;
border-style: dashed;
margin-left: 3px;
}
html
<td id="leftcolumn" width="125" height="462" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="blockTitle">
<{$block.title}>
</div>
</td>
</tr>
<br>
<tr>
<td>
<div class="blockContent">
<{$block.content}>
</div>
</td>
</tr>
</table>
</td>
any ideas?
**btw, netscape7 shows the right border just fine -- im trying to get it adjusted with ie6**