버튼

2013-08-15 2 views
0

내가이 버튼 태그가 표시되지 않습니다.버튼

Windows Mobile 6.5.3 Professional와 함께 제공되는 THIS 휴대 전화/바코드 판독기 나는 이미 너무 오래되었음을 알고 있지만 정확한 응용 프로그램을 볼 수 있어야합니다.

내가 사용하고있어 CSS는 다음과 같습니다

@CHARSET "UTF-8"; 

.formElement { height: 30px; float: left; height: auto; margin: 0 0.4em; padding: 0 0 0.5em 0.5em; } 
.formElement label { width: 17.89em; margin: 0.8em 0 0.1em 0.15em; font-size: 1.7em; display: block; } 
.formElement textarea { border: 1px solid #CCCCCC; padding: 2px; font-size: 1.15em; } 
.formElement span { font-size: 1.05em; font-weight: bold; } 
.lines { overflow: hidden; } 
#commentInformation .formElement { width: 80%; } 
input[type="text"] { float: left; border: 1px solid #CCCCCC; padding: 0.2em; height: 1.6em; width: 29.4em; } 
fileSelection { width: 50em; height: 30px; } 
td 
{ 
    background: #A9D0F5; 
    text-align: center; 
    height:2em; 
} 
th 
{ 
    height:2em; 
} 
table 
{ 
    width: 98%; 
    font-size: 1.2em; 
    clear: both; 
} 
.customfile-button { color: #fff; float: right; width: 1px; padding: .3em .6em; text-align: center; text-decoration: none; font-size: 1.2em; } 
.fakeBrowseButton { 
    position:relative; 
    top:0; 
    overflow:hidden; 
    padding:0; 
    font-size: 1.2em; 
    font-weight: bold; 
} 
input, select, textarea, button { font-family: inherit; } 
.button, .regularButton { border: none; } 

나는 정말 작은 뭔가를 놓치고 있다는 확신하지만, 내가 뭔가를 작성 없었 때문에 나는 그것을 발견 할 수 아니에요 windows mobile 6.5.3 브라우저의 경우

+0

다른 웹 사이트를 탐색 할 때 장치의 브라우저에 아무 버튼이 표시됩니까? 아마도 그들은 장치를 잘못 설치했을 것입니다. 또한 WM653이 너무 오래되었다고 말하지 말고, 산업용으로 사용되는 견고한 장치에서 가장 많이 사용되는 OS입니다. Windows Phone은 그러한 장치 및 사용법에서 다소 쓸모가 없습니다. – josef

답변

1

모든 전화기는 버튼 요소를 다르게 렌더링합니다. 내가 너라면 그녀는 그녀가 볼 수 있도록 경계와 배경이있는 버튼을 표시하도록 그녀의 결의안을 강요하는 미디어 쿼리를 넣을 것이다.

편집 : WAP (그녀가 사용하는 브라우저)는 미디어 쿼리를 지원하지 않습니다. 단추 사이트 전체에 스타일을 적용 할 수 있습니다.

.button, .regularButton { border: 1px black solid; } 

위에서 상자

.button, .regularButton { border: none; } 

변화 그것은 도시 된 바와 같이 .css 파일에서

2

이 버튼을 표시 할 것이다. 다시 도와 드리겠습니다!