|
Posted by rtconner on 10/20/05 21:52
Ok, help me out here. Given the following code snippet, why does my box
only have a border on 3 sides in internet explorer? What can I do to
fix it? This is pissing me off. It works fine in mozilla, its just IE
that doesnt seem to know that a border goes on 4 sides, not 3.
-----------------------------------------------------
<table cellspacing="15" cellpadding="10" border="0">
<tr>
<td width="50%">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table bgcolor="#FFFFFF" width="100%" cellspacing="0"
cellpadding="0"
style="margin:1px;margin-left:30px;border:1px;border-color:#000000;border-style:
solid;">
<tr>
<td>
this should have a border on all sides<br />
the border is only on three sides.. why???<br
/>
i hate internet explorer
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<span style="color:#333333">
this is just a filler, ignore it
</span>
</td>
</tr>
<table>
-----------------------------------------------------
Navigation:
[Reply to this message]
|