Style submit buttons

14 years 7 months ago #111286 by madseman
Style submit buttons was created by madseman
Hi,

Does anybody know there to find the submit buttons in the cb tabs?
Or is it not possible to style them with images instead of an ordinary button?
I have style the "Upload" buttom, but i can't find any where in the cb files to style the submit buttoms with images.

Regards
Mads

Post edited by: madseman, at: 2009/09/16 02:39

Please Log in to join the conversation.

14 years 6 months ago #113711 by madseman
Replied by madseman on topic Re:Style submit buttons
I have find it.

And have added the following in the css file:

[code:1].cbProfileEditCancel {
border:none;
width:60px;
height:19px;
background:url(images/cancel.png) no-repeat 0 0;
text-indent:-3000px;
color:#FFF;
overflow:hidden;
cursor:«»pointer;
text-indent:0;
padding:0 0 0 120px;
}

.cbProfileEditSubmit {
border:none;
width:60px;
height:19px;
background:url(images/save.png) no-repeat 0 0;
text-indent:-3000px;
color:#FFF;
overflow:hidden;
cursor:«»pointer;
text-indent:0;
padding:0 0 0 120px;
}[/code:1]

Post edited by: madseman, at: 2009/10/11 20:26

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.176 seconds