모바일 페이지의 TOP 버튼을 플로딩으로 띄우려면

모바일 페이지의 TOP 버튼을 플로딩으로 띄우려면

QA

모바일 페이지의 TOP 버튼을 플로딩으로 띄우려면

본문

 

모바일 페이지에서 보여지는 정보가 많아서, 

엄청나게 스크롤 내려야 top버튼이 나옵니다. 

 

top를 항상 좌측 하단 띄우려면... 

일반적인 플로팅 배너처럼 하려면

어떻게 해야할지?

이 질문에 댓글 쓰기 :

답변 1

position:fixed 기기별 이슈사항이 있긴하던데..한번 확인해보세요.

top 과 left width 정도만 적당히 조절해보세요.

 

http://stackoverflow.com/questions/19254146/position-fixed-not-working-in-mobile-browser 

 

 


<html>
 <head>
<style>
 .fixed{
    position:fixed;
    top:0px;
    left:0px;
    width:320px;
    height:50px;
    background:red;
    -webkit-backface-visibility:hidden; /*Most Important*/
}
</style>
</head>
<body>
     <div class="fixed">
     Hi I m Position Fixed 
     </div>
    <div>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
       sample text<br/>
 
    </div>
</body>
</html>
 

 

 

답변을 작성하시기 전에 로그인 해주세요.
전체 8
QA 내용 검색
filter #top ×

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT