View RSS Feed

CSS related

  1. Styling Descriptions for Ultimate Fade-in slideshow (v2.1)

    There are actually 4 css selectors that can figure in this. Only three of them really matter. If you only have one show on your page, you only need to think about the last two. The selectors are:

    1. The id of the show, #fadeshow1, for example.

    2. .fadeslidedescdiv - the class for all description containers.

    3. .descpanelbg - the class for all description backgrounds.

    4. .descpanelfg - the class for all description foregrounds.

    ...