arrow
change anythingslider arrow align distance
Hai I have a problem in anything slider installation forward and backward Arrows alignment are not correctly placing ,Is i have change this alignment? please give me a answer for this my site link http://www.keralafriends-uae.com/ Regards
It appears you are using the "metallic" theme arrows, but you didn't copy the CSS from that theme. Try replacing the arrow css portion with the following (copied and modified from the theme-metallic.css file): 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; }
Related Links
Can a DFA state have two arrows pointing to it with the same value?
change anythingslider arrow align distance