CancelAllButton, Style Progresspart

  •  11-03-2008, 11:42 AM

    CancelAllButton, Style Progresspart

    Hello,
     
    i've got problems with some modifications. I use VB.
     
    1. 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;
      }

    2. 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?

    3. Which ID or CSS-Class have the DIV which wrap the Upload-Progress and which the Progress-Table?

    4. How can i edit the fileicon or the Progess-Icons, shows in the Progress-Table?

    Best regards
    Andreas
View Complete Thread