0
我想在畫面A的前面重疊圖象B重疊外部圖形
但是我沒有看到圖像A,只有當我將刪除圖像B.
我用z-index = 1體驗和z-index = 2。但這隻適用於圖像和文字?
<fo:table-row>
\t <fo:table-cell border="1pt solid black" padding="2pt">
\t \t <fo:block-container>
\t \t \t <fo:block-container position="absolute">
\t \t \t \t <fo:block>
\t \t \t \t \t <fo:external-graphic content-width="scale-to-fit" content-height="100%" width="100%" scaling="uniform">
\t \t \t \t \t \t <xsl:attribute name="src">
\t \t \t \t \t \t \t <xsl:value-of select="./giftCardLogo" />
\t \t \t \t \t \t </xsl:attribute>
\t \t \t \t \t </fo:external-graphic>
\t \t \t \t </fo:block>
\t \t \t </fo:block-container>
\t \t \t <fo:block-container position="absolute">
\t \t \t \t <fo:block>
\t \t \t \t \t <fo:external-graphic content-width="scale-to-fit" content-height="100%" width="100%" scaling="uniform">
\t \t \t \t \t \t <xsl:attribute name="src">
\t \t \t \t \t \t \t <xsl:value-of select="./giftCardThemePicture" />
\t \t \t \t \t \t </xsl:attribute>
\t \t \t \t \t </fo:external-graphic>
\t \t \t \t </fo:block>
\t \t \t </fo:block-container>
\t \t </fo:block-container>
\t </fo:table-cell>
\t <fo:table-cell border="1pt solid black" padding="2pt">
\t \t <fo:block>
\t \t \t <fo:instream-foreign-object>
\t \t \t \t <bc:barcode xmlns:bc="http://barcode4j.krysalis.org/ns">
\t \t \t \t \t <xsl:attribute name="message">
\t \t \t \t \t \t <xsl:value-of select="./giftCardNumber" />
\t \t \t \t \t </xsl:attribute>
\t \t \t \t \t <bc:datamatrix>
\t \t \t \t \t \t <bc:module-width>1.0mm</bc:module-width>
\t \t \t \t \t </bc:datamatrix>
\t \t \t \t </bc:barcode>
\t \t \t </fo:instream-foreign-object>
\t \t </fo:block>
\t </fo:table-cell>
\t <fo:table-cell border="1pt solid black" padding="2pt">
\t \t <fo:block> </fo:block>
\t </fo:table-cell>
</fo:table-row>