我的问题是关于 h:graphicImage 在 ah:panelGrid 中的显示
<h:panelGrid border="0" cellspacing="0" cellpadding="0" >
<h:graphicImage height="63" width="270" value="images/NewAOnly.PNG" />
<h:graphicImage height="60" width="270" value="images/NewABottom.PNG" />
</h:panelGrid>
顶部的 .PNG 文件为 270 x 63,没有边框区域。底部 .PNG 为 270 x 60,没有边框区域。
我的问题是,对于border="0"、cellspacing="0" 和cellpadding="0",为什么这两个图像不是一个在另一个之上,它们之间没有空间?