[css-d] Double images in buttons?

2006-05-15 Thread MarcLuzietti
Is it possible to have more than one image in a button: one for a 
background and one for an icon?


-- 
Marc Luzietti
Flagship Project
Bayview Financial, L.P.
(305) 341-5624
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Double images in buttons?

2006-05-15 Thread cj
On 5/15/06, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Is it possible to have more than one image in a button: one for a
 background and one for an icon?

this might not be the best solution, but you could put a span around
the button, use the span for the background, and then put the graphic
as your buton image.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Double images in buttons?

2006-05-15 Thread [EMAIL PROTECTED]


[EMAIL PROTECTED] wrote:
 Is it possible to have more than one image in a button: one for a 
 background and one for an icon?
 
 
You can't do that in a button but you can do it with a list item li 
which many people use for a list of links.  The way to do it is to use a 
background image for the li and an image set by list-style-image in CSS.
  I have not actually tried the following, but I believe that you could 
make a series of list items with different icons by having specific css 
rules using id attribute to differentiate each item.
-- 
Joel Goldstick
www.columbuswebmakers.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/