Display errors inside FlexTable - how to get rid off them?

2012-11-29 Thread Hans
Recently there was a display error difficult to track down in my app: FlexTable cells were 4px higher than expected (regarding the content box). When I eventually set *line-height: 0* the padding/margin/you name it evaporated. So I guess there's a text node consisting of white space or a line

Re: Display errors inside FlexTable - how to get rid off them?

2012-11-29 Thread Hans
I changed the fix to use *display: block* for images inside table cells instead of messing with* line-height* which seems a cleaner solution. Waiting for widespread CSS3 support to fight the underlying problem of placing inline content ... -- You received this message because you are