0

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

这是我用于按钮的 CSS:

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

login1.png是图像存在于Login文件夹中。此图像未附加在按钮上。

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

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

2 回答 2

0

尝试这样的事情

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

所有人都验证该文件是否存在于您的部署文件夹的该路径中。

于 2014-04-28T06:40:00.740 回答
-1

试试这个:... inlineStyle="position:center;" 图标=" /1.jpg"/>

于 2014-11-22T11:08:43.810 回答