how to use 3 images in a CSS class?

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,834
Points
0
Hello,

I want to create a button with css but using only a class with 3 images in it

my code below, is it right?

Code:
.mybutton{
  background-image: url(/images/middle_pic.png), url(/images/right_pic.png), url(/images/left_pic.png);
  background-position: center, right, left;
  background-repeat: repeat-x, no-repeat, no-repeat;
}
or can you give me other css style?
 
Older threads
Replies
9
Views
5,487
Replies
4
Views
4,330
Replies
1
Views
3,165
Replies
5
Views
3,709
Newer threads
Replies
0
Views
4,898
Replies
22
Views
11,541
Replies
12
Views
6,452
Replies
0
Views
17,446
Top