2010-02-06 24 views

回答

0

看樣子你正在使用的「金屬」的主題箭,但你沒有從主題複製CSS。嘗試用以下代碼替換箭頭css部分(從theme-metallic.css文件複製並修改):

div.anythingSlider .arrow { 
top: 50%; 
position: absolute; 
display: block; 
z-index: 100; 
} 
div.anythingSlider .arrow a { 
display: block; 
height: 95px; 
margin-top: -47px; /* half height of image */ 
width: 45px; 
outline: 0; 
background: url("http://thankams.fileave.com/java/anythingslide/arrows-metallic.png") no-repeat; 
text-indent: -9999px; 
} 
div.anythingSlider .forward { right: 0; } 
div.anythingSlider .back { left: 0; } 
div.anythingSlider .forward a { background-position: right bottom; } 
div.anythingSlider .back a { background-position: left bottom; } 
div.anythingSlider .forward a:hover, div.anythingSlider-metallic .forward a.hover { background-position: right top; } 
div.anythingSlider .back a:hover, div.anythingSlider-metallic .back a.hover { background-position: left top; }