|
Posted by Thomas Jollans on 04/15/06 21:39
meltedown wrote:
> here is the problem broken down to a simple example:
> http://reenie.org/test/test26.php
>
> There is a blue table you must scroll down to.
>
> The table has cellspacing of 1 with a div for a background to make
> single pixel cell borders. As you can see, the right hand of the table
> has a 2 pixel border in firefox.
>
> The thick border only shows up when there is a scroll bar.
actually, it only shows up for certain window sizes. These are so few that
the glitch could be avoided.
>
> Is there any way around this ?
/* untested
skip the div, make the table class='blu' */
table.blu { width:50%; margin:auto; border-top:1px solid blue;
border-right:1px solid blue }
table.blu td { border-bottom:1px solid blue;
border-left:1px solid blue }
--
Thomas Jollans - http://jollybox.de/
GNU/Linux - freedom, functionality, power - what more do you want ?
When in doubt, follow the penguins.
Navigation:
[Reply to this message]
|