itsalltech
02-20-2010, 08:34 PM
I am trying to CSS a button on my website, http://www.itsalltech.com. However, everything works, but the background image of the button does not show up. I've added the CSS in the Stylesheet and uploaded the images into the correct path. Also, I've checked the path of the image in the stylesheet. Any ideas? Thanks.
Here is the tutorial I'm trying to follow: http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html
Here is my button code:
<a class="button" href="<?php the_permalink(); ?>"><span>Continue Reading</span></a>
Here is the tutorial I'm trying to follow: http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html
Here is my button code:
<a class="button" href="<?php the_permalink(); ?>"><span>Continue Reading</span></a>