[jboss-user] [JBoss Seam] - Re: How can s:button be rendered as an image button
shane.bryzak@jboss.com
do-not-reply at jboss.com
Mon Jan 29 19:09:57 EST 2007
Can't you just style it with CSS?
<button class="styled"/>
button.styled {
| width: 80px;
| height: 80px;
| border: 0px;
| background: url(image.png) no-repeat top left;
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008080#4008080
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008080
More information about the jboss-user
mailing list