When I include the line
input.ltbutton {color:#006699; background-color:#D5E2F2;
font-weight:bold; font-family: arial; height:22px}
in my css file and put a button of this class on my page, I get a blue
button.
if I have the line
input.ltfile {color:#006699; background-color:#D5E2F2;
font-weight:bold; font-family: arial; height:22px}
and include a file input of this class on my page, I get a text box
with a blue background and a grey 'browse...' button.
Do any of you clever people know how I can get my 'browse' button to
look like my other buttons?
Thanks,
Joe