nks14
8 Sep 2009, 1:46 AM
hello. i want to create a button with a big image + text. something like http://www.extjs.com/examples/#buttons (in Menu Buttons -> icon and text top)
my code for the button is
Button create = new Button("Adauga");
create.setIconStyle("test");
create.setSize(60,60);
create.setIconAlign(IconAlign.TOP);and my css is
.test {
background:url(../images/search_0.png) no-repeat center center !important;
width: 60px !important;
height: 60px !important;
}all i get is a stupid alignet button ... you can check the image attached.
can you please help me?
the "search_0.png" image is bigger as you can see.
my code for the button is
Button create = new Button("Adauga");
create.setIconStyle("test");
create.setSize(60,60);
create.setIconAlign(IconAlign.TOP);and my css is
.test {
background:url(../images/search_0.png) no-repeat center center !important;
width: 60px !important;
height: 60px !important;
}all i get is a stupid alignet button ... you can check the image attached.
can you please help me?
the "search_0.png" image is bigger as you can see.