오른쪽 고정자리에 떠있는 배너 > 라이브러리

갤러리노마드 홈페이지에 오신것을 환영합니다

오른쪽 고정자리에 떠있는 배너

페이지 정보

profile_image
작성자 갤러리노마드
댓글 0건 조회 805회 작성일 18-09-04 05:03

본문

<!-- /* 떠다니는 배너 (Floating Menu) */ -->

</style> 


#floatdiv { 

    position:fixed; _position:absolute; _z-index:-1; 

    width:210px; /* 가로폭 조절*/ 

    overflow:hidden; 

    right:50%; 

    top:65%; /* 이미지 높이 조절 */ 

    background-color: transparent; 

    margin-right: -710px; /* 좌우측 여백 조절 */ 

    padding:0; 

}#floatdiv ul  { list-style: none; } 

#floatdiv li  { margin-bottom: 2px; text-align: center; } 

#floatdiv a  { color: #5D5D5D; border: 0; text-decoration: none; display: block; } 

#floatdiv a:hover, #floatdiv .menu  { background-color: #5D5D5D; color: #fff; } 

#floatdiv .menu, #floatdiv .last    { margin-bottom: 0px; } 

</style> 

<div id="floatdiv"> 

<ul> 

<!--<a href='이미지 링크주소' target='_blank'> -->

<img src="<?php echo G5_URL ?>/images/poster2.jpg"/></a> 

</ul> 

</div>

댓글목록

등록된 댓글이 없습니다.