I have no idea if this is possible, but thought I'd give it a shot
In the past (and currently for that matter) i do this for "buttons" to
kick off my various functionality... almost always jQuery calls of
some sort:
CSS:
div.button {
background-repeat: no-repeat;
background-position: 3px center;
padding: 4px 4px 4px 23px;
cursor: pointer; width: 110px;
background-image: url('/images/icons/right.png');
background-color: #eee;
border: solid 1px #000;
color: #000;
display: inline;
}
HTML:
<div class="button">View Queue</div>
Results in this:
http://i40.tinypic.com/2qvw4z9.jpg
i like that.... and so do my users....
Now I am hooked on the possibilities of the UI Themeroller and I found
this article:
http://www.filamentgroup.com/lab/developer_your_own_jquery_themeroller_ready_components/
Which, after some adjustments because of class name changes in 1.7 I
got to work...
but the "ui-state-default" already uses a background-image to do the
shiny background.... any ideas on how I could combine both my
"button" class with "ui-state-default" without trampling in the UI's
css ??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---