Re: Stylization of AjaxUploader

  •  07-23-2009, 8:31 AM

    Re: Stylization of AjaxUploader

    Excellent.  Thanks..I missed the fact that the TemplateHeader was an HTML snippet...
     
    But what about the background-color property not working properly  If I put this into my CSS
     
    .AjaxUploaderAttachmentsTableRow
    {
            color: green;
            background-color: yellow;
    }
     
    The 'green' attribute works, but the yellow does not (???)
     
    If I do this....
     
    .AjaxUploaderAttachmentsTableRow TD
    {
            color: green;
            background-color: yellow;
    }
    Then the background-color setting works....why do I have to add the TD subelement?  Why isn't the style cascading down from the TR like the 'green' attribute does?

     
    Filed under:
View Complete Thread