Jump to content

image button re-direct


droidus

Recommended Posts

how would i re-direct with this image button?  it is a rollover.

html:

<a href="register.php">
      <input type="submit" class="registerBtn" /></a>

css:

.registerBtn {
display: block;
width: 224px;
height: 38px;
background: url('../../Images/createNewAccount.png') bottom;
text-indent: -99999px;
padding:1px;
border:1px;
}
.registerBtn:hover {
background: url('../../Images/createNewAccountHover.png') bottom;
}

 

thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/245398-image-button-re-direct/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.