Replacing Sign Up Now button

Brendon Meynell

Active member
Is there a way to cleanly replace the Sign Up Now button with an image?

I still want it where when you click the image the login/sign up thing slides down but just don't like the button there and have a really good image that would be better suited.
 
Is there a way to cleanly replace the Sign Up Now button with an image?

I still want it where when you click the image the login/sign up thing slides down but just don't like the button there and have a really good image that would be better suited.
Code:
#SignupButton
{
text-indent:-9999px;
background: url('@imagePath/yourimage'); 
}

That'll remove the text (If you're planning on using text in the image), or you can leave out the text-indent property.
 
I'm an idiot would you believe I am sitting here at my PC doing all my work (using Chrome) and right beside me I have my IPad that I didn't once even think of picking up to look on there lol.
You don't even need a different PC, just open up a different browser, for example FireFox or *shudder* Internet Explorer.
 
Top Bottom