Started using 3.0 the other day. Great contrib and I love it so far.
I'm having a problem with the trash icon breaking out of the container. I can't find any difference between the other elements and it's driving me nuts. Tried using css z-index like a noob, still shows on background. Thanks in advance.
<span class="ui-icon ui-icon-trash"> </span>
.ui-icon-trash {
background-position: -176px -96px;
}
.ui-icon2 {
background-image: url("images/ui-icons_070603_256x240.png");
height: 16px;
width: 16px;
}
.ui-icon2 {
background-repeat: no-repeat;
display: block;
overflow: hidden;
text-indent: -99999px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: 0 none;
font: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
}
:-moz-any-link {
cursor: pointer;
}