When vflex='min', the padding on the bottom is not correct in IE series <zk> <box vflex="min" style="background: yellow; padding: 10px"> <div height="200px" width="200px" style="background: red;"/> </box> </zk>
Regarding to this issue, we have no idea to fix it, because each browser has a different behavior. - https://spreadsheets.google.com/spreadsheet/ccc?key=0AllR_9yghVpHdGZzRVVxa0pueEZudkZYRl9CdWtDb1E&hl=zh_TW
X: meaning it should not have V: meaning it should have Miss: meaning it should have, but not have
To workaround this is to use a Div to with padding, rather than specify the style on the table element.
Log in to post a comment.
Regarding to this issue, we have no idea to fix it, because each browser has a different behavior.
- https://spreadsheets.google.com/spreadsheet/ccc?key=0AllR_9yghVpHdGZzRVVxa0pueEZudkZYRl9CdWtDb1E&hl=zh_TW
X: meaning it should not have
V: meaning it should have
Miss: meaning it should have, but not have
To workaround this is to use a Div to with padding, rather than specify the style on the table element.