본문 바로가기

무기명회원권/포레스트

스킨 본문 테두리 수정

2014년 4일 24일 


.article table img { border:5px solid rgba(0,0,0,0.2); margin-right:5px! } 

.article table img:hover { border:5px solid #4C6D7E; z-index:9998; }

.article .imageblock {margin-right:15px; }

/* -------- 본문 이미지 테두리 -------- */


스킨 파일 css 최 하단에 위와 같은 소스가 있을 겁니다,

그것을 아래와 같이 변경해서 테스트해봐주세요 ^^


.article span img { border:5px solid rgba(0,0,0,0.2); margin-right:5px!important } 

.article span img:hover { border:5px solid #4C6D7E; z-index:9998; }

.article .imageblock {margin-right:13px; }






2014년 4월 25일


최상단 소스 


<!DOCTYPE html>

<html lang="ko">

<head>

<meta charset="UTF-8">

<title>제작스킨데모 :: 스킨 본문 테두리 수정</title>

<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no;" />

<link rel="stylesheet" href="./images/normalize.css" type="text/css">

<link rel="stylesheet" href="./style.css" type="text/css">

<link rel="alternate" type="application/rss+xml" title="제작스킨데모" href="https://skincenter2.tistory.com/rss">

<script type="text/javascript" src="./images/jquery-1.10.2.min.js"></script>

<script type="text/javascript" src="./images/gototop.js"></script>

<script type="text/javascript" src="./images/scrolling-stay.js"></script>

<script src="./images/imagefix2.js" type="text/javascript"></script>

<!--[if lt IE 9]>

<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>

<![endif]-->



회색부분 추가해줬을 때, 익스플로러 8에서 완벽하지는 않을 지언정 제 기능대로는 작동함을 확인했습니다.