3.10 오른쪽 사이드 바, 뒤로가기 막기

 1. 뒤로가기 버튼 막기(html)

========================================

<!--#1 뒤로가기 막는 버튼--> 

< script  type = "text/javascript" > if ( typeof (history.pushState) == 'function' ) { 

var CatagoryURL = location.href;

CatagoryURL = CatagoryURL.replace( /\\?category=([0-9]+)/ig , '' );

history.pushState( null , null , CatagoryURL); }

 </ script >

==============================================




2. 오른쪽 사이드 바

대출 블로그일 경우 저금리 대출 best 3

여행 항공권 저렴하게 구입 best 3

단, 글 하나하나 적용못함


망고보드(https://www.mangoboard.net/)


html ============================================

<!--아로스 올인원 사이드바-->

<div class="arosPc1 숨김-md 숨김-sm 숨김-xs">

  <a href="https://www.youtube.com/channel/UCRJKs-auMhp9iQ707BHNq8g">

    <img src="https://tongme.s3.ap-northeast-2.amazonaws.com/etc/youtube.png" width="80px">

  </a>

</div>

<div class="arosMob1 숨김-lg">

  <a href="https://www.youtube.com/channel/UCRJKs-auMhp9iQ707BHNq8g" target="_blank">

    <img src="https://tongme.s3.ap-northeast-2.amazonaws.com/etc/youtube.png" width="50px">

  </a>

</div>

==============================================

css



/* PC 유튜브 버튼 스타일 */ 
.arosPc1 {
   위치 : 고정;
   상단 : 208px ; /* 윗쪽 끝의 거리 */ 
  right : 0 ;
   Z-인덱스 : 99 ;
}

/* 모바일 유튜브 버튼 스타일 */ 
.arosMob1 {
   위치 : 고정;
   상단 : 350px ; /* 아래 끝의 거리 */ 
  right : 0 ; /* 오른쪽 끝의 거리 */ 
  z-index : 99 ;
}

@ 미디어 (최대 너비: 767px ){
 .hidden-xs {
     디스플레이 : 없음 !중요 ;
}}
@ 미디어 (최소 너비: 768px ) 및(최대 너비: 991px ){
 .hidden-sm {
     디스플레이 : 없음 !중요 ;
}}
@ 미디어 (최소 너비: 992px ) 및(최대 너비: 1199px ){
 .hidden-md {
     디스플레이 : 없음 !중요 ;
}}
@ 미디어 (최소 너비: 1200px ){
 .hidden-lg {
     디스플레이 : 없음 !중요 ;
}}
























댓글