PHP:
- Code: Select all
<div class="reg-btn"><a href="http://mysite.com" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/reg-btn.jpg" alt="" /></a></div>
<div class="invoice-btn"><a href="http://mysite.com" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/invoice-btn.jpg" alt="" /></a></div>
<div class="msg-btn"><a href="http://mysite.com/contact/" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/msg-btn.jpg" alt="" /></a></div>
CSS:
- Code: Select all
.portal{float:left; background:url(../images/portal-bg.png) no-repeat; width:888px; height:66px; padding-top:36px; padding-left:65px;}
.reg-btn{float:left; width:241px; height:52px; margin-right:49px;}
.invoice-btn{float:left; width:241px; height:52px; margin-right:48px;}
.msg-btn{float:left; width:241px; height:52px;}
I want button #1 reg-btn.jpg to mouseover to reg-btn1.jpg
button #2 invoice-btn.jpg to mouseover to invoice-btn1.jpg
and button #3 msg-btn.jpg to mouseover to msg-btn1.jpg
If you think that you can help, please let me know.
Thanks
Bigsease30

