how to use 3 images in a CSS class?

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,835
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
4,198
Replies
4
Views
3,433
Replies
1
Views
2,665
Replies
5
Views
3,013
Newer threads
Replies
0
Views
4,206
Replies
22
Views
9,039
Replies
12
Views
5,091
Replies
0
Views
16,095
Latest threads
Replies
1
Views
69
Replies
0
Views
131
Replies
0
Views
39
Replies
2
Views
588
Replies
4
Views
634
Recommended threads

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top