I have a background image pulling in but it is taking the height of the text not the image, I will eventually do a text-indent: -99999px but I have tried every CSS property to get the whole image to appear. Can anyone help with this, my website is: http://yesiamshow.biz/ it is the buttons under the slideshow, you can see I have the image for previous pulling but it does not show the whole height. All my CSS properties have a height of 60px and nothing is happening.
Share
The button is actually the right height, but your
.windowclass is cutting off it off. Looks like you can change it to 410px and it will fix:You should also give the button a
display:blockor inline-block since you’re giving it a width and height.