Bruno,
> I don't know why this happens, but adding the property "table-layout:
> fixed" to your tables, the results seem what you expect.
> I think that 'width' on table cells is always interpreted rather
> liberally (at least in some browsers), so if you change the contents
> of your cells you m
Hi,
I've been having a weird issue with a table that has a div with a width
set in one of its cells in Internet Explorer (and Opera). I think it's
best shown with a simple example, so you can view it here:
http://devrandom.com/test/tablefun.html
If you view the example in IE, you'll notice that
Hi Ingo,
> uh, nested iframes, contenteditable=true, IE6, script pop-ups, hmm,
did
> you say you cannot omit that? ;)
hehe, yeah I forgot to mention how those were related to the test. :)
> Funny is the white gap you encountered is related to the
> border-width:
Interesting, never thought of c
Hi,
I've been updating my wysiwyg editor to use standards compliant html.
One of the things I've run into is that IE6 in standards compliant mode
is adding a 2 pixel 'padding' on the right and bottom between the CSS
border of the iframe and the contents of the iframe. However, the extra
space di