如何在SAPUI5中将文本放在图像上?

时间:2017-12-19 06:32:38

标签: sapui5

如何在SAPUI5中将居中的文字置于图像上?像html中的这个例子: https://www.w3schools.com/css/tryit.asp?filename=trycss_transparency

1 个答案:

答案 0 :(得分:0)

<html:div class="background">
   <html:div class="transbox">
        <html:p>
             This is some text that is placed in the transparent box.
        </html:p>
  </html:div>

  

的xmlns:HTML =&#34; HTTP://www.w3.org/1999/xhtml"将此名称空间添加到视图中。

  • 使用与您使用的w3school示例相同的CSS
  • 此示例仅适用于XML视图 Screen shot of my SAPUI5 app below