david_sakh
Oct 19th 2004, 9:15 pm
.button {
background-image: url("http://www.exclusivefreegames.com/images/btn80x25.jpg");
width: 80;
height: 25;
valign: middle;
}
I want that image to stretch to fit a table cell. Can anyone please help? :(
I want to use an image as a background for my buttons. It was working for a while but the size in CSS isn't applying to the td, so i figured my only course of action would be to stretch.
background-image: url("http://www.exclusivefreegames.com/images/btn80x25.jpg");
width: 80;
height: 25;
valign: middle;
}
I want that image to stretch to fit a table cell. Can anyone please help? :(
I want to use an image as a background for my buttons. It was working for a while but the size in CSS isn't applying to the td, so i figured my only course of action would be to stretch.