모바일과 pc 스타일이 달라요...

http://humble1935.cafe24.com/ver2/index.php

이 주소를 pc로 보면 슬라이드에 그림자가 없습니다.

그런데 스마트폰으로 들아가면 슬라이드 주변에 그림자가 나타나거든요.

pc 에서 열어도 그림자가 보이게 하고 싶은데 어떻게 하면 될까요?

스타일 파일 올려봅니다^^


#slider {
position:relative;
width:530px;
height:300px;
margin:0px 0px 0px 0px;
background:#202834 url(../img/nivo/loading.gif) no-repeat 50% 50%;
-moz-box-shadow:0px 0px 10px #333;
-webkit-box-shadow:0px 0px 10px #333;
box-shadow:0px 0px 10px #333;
}

#slider img {
position:absolute;
top:0px;
left:0px;

}

/* The Nivo Slider styles */
.nivoSlider {
position:relative;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:0;
display:none;
}
/* The slices in the Slider */
.nivo-slice {
display:block;
position:absolute;
z-index:-1;
height:100%;
}
/* Caption styles */
.nivo-caption {
position:absolute;
left:75px;
right:0px;
bottom:10px;
background:#6d6d6d;
color:#fff;
opacity:0.8; /* Overridden by captionOpacity setting */
width:80%;
z-index:89;
}

.nivo-caption p {
color:#fff;
padding:5px;
margin:0;
}

.nivo-controlNav {
position:absolute;
left:48%;
bottom:-30px;
}
.nivo-controlNav a {
display:block; /*
width:10px;
height:10px;
background:url(../img/nivo/bullets.png) no-repeat; */
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}
.nivo-controlNav a.active {
background-position:-10px 0;
}

.nivo-directionNav a {
display:block;
width:30px;
height:34px;
background:url(../img/nivo/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}

a.nivo-nextNav {
background-position:-30px 0;
right:10px;
}
a.nivo-prevNav {
left:10px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position:absolute;
top:45%;
z-index:99;
cursor:pointer;
}
.nivo-prevNav {
left:0px;
}
.nivo-nextNav {
right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position:relative;
z-index:99;
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
}

첨부파일

nivo-slider.css (2.3 KB) 0회 2013-07-21 23:22
|

댓글 1개

IE8버전까지는 box-shadow 기능이 제공이 안되므로 그림자가 나타나지 않을 겁니다.
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
12년 전 조회 995
12년 전 조회 918
12년 전 조회 1,537
12년 전 조회 2,023
12년 전 조회 2,678
12년 전 조회 1,560
12년 전 조회 875
12년 전 조회 2,535
12년 전 조회 1,111
12년 전 조회 1,385
12년 전 조회 1,528
12년 전 조회 1,566
12년 전 조회 973
12년 전 조회 1,530
12년 전 조회 1,528
12년 전 조회 2,177
12년 전 조회 1,838
12년 전 조회 1,320
12년 전 조회 1,696
12년 전 조회 873
🐛 버그신고