2012-08-04 3 views
0

센터 (가로 및 세로) 아이콘이 200px x 200px 버튼 크기가 필요합니다. 200px x 200px 크기를 만들 수 있으며 개인 아이콘을 사용합니다.JQM : 가운데 맞춤 아이콘

enter image description here

내 질문은 :!

  • 어떻게 아이콘을 단추 가운데에 세로로 가운데에 배치합니까?

누군가 나를 도울 수 있다면 정말 고맙겠습니다.

건배,

티모

답변

0
<head> 
<style type="text/css"> 
<!-- 
a{ 
    line-height: 600px; 
    } 
--> 
     </style> 
    </head> 
    <body> 
<a data-corners="false" href="index.html" data-role="button" data-icon="customized" 
      data-iconpos="top" id="start-button" 
      data-theme="a">LIVINGROOM</a> 

</body> 
</html> 

질문 수평 및 수직으로 아이콘을 중심으로하는 방법, 남아있다. 또는 전혀 아이콘 ....

+0

배치하는 방법 <스타일 유형 = "텍스트/CSS"> <- .ui-아이콘 - green5 { 배경 이미지! URL (green_05_64x64.png); } .ui-icon { background-color : transparent; 너비 : 64px; 신장 : 64px; margin-top : 150px; margin-left : 150px; } -> – Timo11