Insert Button doesn't function like a button.

  •  08-31-2009, 1:35 PM

    Insert Button doesn't function like a button.

    I'm trying to avoid confusion of our customers on the upload button and I cannot get the InsertButton to appear as a button.
     
    No Hand Icon is displayed and you can't create a rollover.
     
     style="cursor:pointer;"
     
    and 
     
    input.button {
    cursor: pointer;
    cursor: hand;
    background-color: transparent;
    }

    don't work for some reason.
     
    Normally this will create a roll over button:
     
    onmouseout="BLOCKED SCRIPTthis.src='/images/Common/btn-upload.jpg';" onmouseover="BLOCKED SCRIPTthis.src='/images/Common/btn-upload_r.jpg';"
     
    But it doesn't work either.
     
    please help!
     
     
View Complete Thread