Jump to content

Submit Button Rollovers


Pachman3000

Recommended Posts

Hey Guys,

 

I'm using this CSS for my button rollovers.

 

.lrollover a{

cursor:pointer;

display:block;

margin:auto;

outline:0 solid transparent;

text-indent:-9999px;

}

 

#l_button a {

background:url("images/btn_login.png") no-repeat scroll left top transparent;

height:32px;

width:100px;

}

 

#l_button a:hover {

background-position:left -32px;

}

 

 

 

I can't seem to get these rollovers to work for the submit buttons on my forms.

 

I've been playing around with this

<input type="submit" value="" class="lrollover"  id="l_button"/>

 

 

Any help would be awesome!

Link to comment
https://forums.phpfreaks.com/topic/200821-submit-button-rollovers/
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.