使用Oracle ADF Mobile的按钮上的图像路径

时间:2014-04-25 06:57:36

标签: css oracle-adf oracle-adf-mobile

我试图在按钮上添加图像,如何使用CSS为按钮放置图像?

这是我用于按钮的CSS:

.amx-commandButton .btnSample{background: url("../Login/login1.png") ;
  background-image: inherit; 
 background-repeat: no-repeat; 
background-position: center; } 

login1.pngLogin文件夹中的图像。此图像未附加在按钮上。

这是amx文件中的按钮声明:

<amx:commandButton text="" id="cb1" action="login"
                   inlineStyle="color:White; height:42px; width:120px;" styleClass="btnSample"
                   />

2 个答案:

答案 0 :(得分:0)

尝试这样的事情

background-image:url('../FARs/ProjectName/public_html/skins/images/icons/disclosureArrow.png')

全部验证文件是否存在于部署文件夹的该路径中。

答案 1 :(得分:-1)

试试这个: ... inlineStyle =&#34; position:center;&#34; 图标=&#34; /1.jpg" /&GT;