Hello,
i've got problems with some modifications. I use VB.
- The CancelAll-Button isn't styled by CSS. All other Buttons looks like i want, but this button didn't take the style of css-file. Screenshot
I take the following way to style the Buttons. The input Tag is a global definition and i think it should be styled too.
input
{
border: 1px solid #0069ad;
background: url(images/back_button.gif) repeat-x;
color: #fff; font-weight: bold; padding: 3px 20px;
}
- I only want to show the files with fileinformation after Click the
Uploadbutton and upload them first, after click a sendbutton. How can i
do that?
- Which ID or CSS-Class have the DIV which wrap the Upload-Progress and which the Progress-Table?
- How can i edit the fileicon or the Progess-Icons, shows in the Progress-Table?
Best regards
Andreas