Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anthing Slider Issue – CSS Button Position Issue Re: Anthing Slider Issue – CSS Button Position Issue

#126632
Alen
Participant

In your [HomeV3.css](http://bailey.cedarvalleygroup.com/assets/HomeV3.css) on line #113, you have:

.back {
width: 20px;
margin: 0px;
display:inline-block;
padding-top:70px;
}

*remove padding-top: 70px;*

Also,

Check line: #135

.back:hover {
background-image: url(../images/MenuHighlight.png);
background-repeat:no-repeat;
background-position:left;
color: #000;
}

You are loading wrong image on hover.

Hope that helps, Alen