hi
i want set browse button cursor = pointer in firefox and ie8
i do this in opera and chrome
any body can help me?
maybe it is important to know that i use this css too
div.RadUpload .ruFakeInput
{
display
:
none
;
}
div.RadUpload .ruFileInput,
div.RadUpload .RadUpload,
div.RadUpload .ruStyled
{
cursor
:
pointer
!important
;
padding
:
1em
!important
;
/*Fix chrome cursor*/
}
div.RadUpload .ruBrowse
{
width
:
100%
;
}
div.RadUpload .ruFileWrap
{
width
:
200px
;
}