Log in

View Full Version : Help styling a button



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>

Nile
02-21-2010, 12:47 AM
This is because the image is wrong:
http://itsalltech.com/wp-content/themes/mystique/images/2.jpg

itsalltech
02-21-2010, 05:30 PM
This is because the image is wrong:
http://itsalltech.com/wp-content/themes/mystique/images/2.jpg

I probably should have posted back. For some reason, the path to that image was not working. I chose another image and everything is working.