0

I'm working on a newsletter design (which means no use of the CSS background-image property), and I need to use a stretched asset on the left and right side of a table.

So I have this table with 3 cells : one on the left and one on the right for my image that needs to take the whole height of the table, and one on the center with some text.

Issue is that the isn't taking the entire height of the cell in IE (and Outlook). I've added a red background color to the cell to make sure it's taking the whole height available.

My code is a bit too big to be shown here, but you can see it live here

And here is a JSFiddle : http://jsfiddle.net/jXtNE/


Worth to mention: It's C and Javascript, that makes the difference, because "in a 'sane' language" (;)) the return value of a boolean operation is a boolean and not one of its operands.

However

$a = $my_a ?: $default_a;
4

1 回答 1

0

设置内边距、边距为0px;如果它不起作用,只需给出负值即可将边距移动到页面末尾。例如-10px。可能这不是一个完美的解决方案。但它暂时解决了你的问题。

于 2012-07-03T13:26:54.263 回答