Stylization of AjaxUploader

  •  07-22-2009, 4:09 PM

    Stylization of AjaxUploader

    I am using IE7 and I cannot seem to stylize the header of the AjaxUploaderAttachmentsTable.  When I inspect the DOM document using IE Developer Toolbar, I notice that the header is not contained within a TD or a TR section.  The attached image shows that the header TD does not have any (or not valid) TD elements.  Is this done on purpose?  How can I stylize the header using CSS if this element is not a TD?
     
    Also, when I try to stylize 'AjaxUploaderAttachmentTable, I can set the color , bu tthe background-color doesn;t take effect...as in:
     
    .AjaxUploaderAttachmentsTable
    {
        color: red;
        background-color: yellow;
    }
     
    the background color doesn;t work.....any thoughts?
     
     
    ----- Snapshot of IE Developer toolbar cannot be uploaded....
     
     
    Filed under:
View Complete Thread