| 
 Posted by throat.wobbler.mangrove on 11/24/06 08:38 
I don't know if anyone's come across this before. 
 
My HTML table... 
<table border="1" style="border-collapse: collapse"> 
....is displaying the following strange behaviour in the bottom-left 
corner. Whereas most corners are fine, the bottom-left one has a slight 
overhang as shown below... 
 
 ------ 
 |    | 
 +----- 
 
....where the cross shows where the overhang is, if you imagine the 
other three corners as being perfect. 
 
Does anybody know if there's any way of avoiding this? Some things I've 
found or speculated so far... 
 
1. Clicking 'refresh' seems to temporarily remove the overhang and make 
the corner appear normal, although the next time the page is loaded 
it's back again. 
 
2. If the border size is increased to 2 it seems to solve it, however 
this size is too thick for what I want, but at least this narrows the 
problem down to only tables with a border of '1'. 
 
Thank you for any advice anyone can offer.
 
[Back to original message] 
 |