how to use 3 images in a CSS class?

Marc0

Well-known member
Registered
Joined
Jun 6, 2012
Messages
890
Points
28
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
4
Views
3,329
Replies
1
Views
2,526
Replies
5
Views
3,753
Replies
2
Views
5,665
Newer Threads
Replies
0
Views
4,249
Replies
0
Views
15,410
Replies
10
Views
4,942
Replies
1
Views
3,579
Recommended Threads
Replies
2
Views
2,148
Replies
2
Views
2,377
Replies
6
Views
2,894
Replies
5
Views
2,984

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

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