Posted by Ben C on 11/15/06 15:45
On 2006-11-12, dfloss <dfloss@imap.com> wrote:
> Using this css:
>
> table.mytable.caption {
> background: url(image.jpg) no-repeat;
> background-position: 100% 0;
> }
>
> ...the caption is aligned with the table border in IE6, but before the
> border in Firefox 2.0.
The spec says it should be aligned with the box's "padding edge", which
is just inside the border. So it sounds like Firefox is right and IE6
wrong.
Navigation:
[Reply to this message]
|