Forum Moderators: not2easy
.bgbtn45, .bgbtn50 { /* more definitions as needed */
background:transparent; border:none; font-size:8pt;
background-repeat:no-repeat;
background-position:0; cursor:hand;
}
.bgbtn45 { background-image:url(/images/btnbg45.gif); width:45; }
.bgbtn50 { background-image:url(/images/btnbg50.gif); width:50; }
<input type="button" class="bgbtn50">
Basically, it's an image that acts like a button (presses like one and has a built-in label), and they look great. But when I disable it, not only does the text go grey, but it looks like a blurry mess with an imitation embossed blah appeal to it. How can I change that?..
argh.
Does "UI WD" mean anything to anyone? (or me and this issue in IE)
This is from an email post online
Subject: UI WD sample style sheet
button[disabled], input[disabled],
optgroup[disabled], option[disabled],
select[disabled], textarea[disabled]
{
user-input:disabled;
}
[lxr.mozilla.org...]