[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/

Reply via email to