Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorRollern2
    • CommentTimeJul 7th 2009
     permalink
    I am trying to feature a "Top Members" module on my site homepage with a JS_THUMB module (has a diff style) but want each member's pic to be images of a Polaroid from another module - I have the CSS Polaroid images from yoogallery I want to implement into this module (JS_THUMB) img. How can I do this?

    YOO GALLERY POLAROID IMAGE CSS:

    [HTML]
    /* (C) 2007 YOOtheme.com */

    div.polaroid div.yoo-gallery div.thumbnail {
    padding: 15px;
    float: left;
    position: relative;
    }

    div.polaroid div.yoo-gallery div.polaroid-m {
    border: 1px solid #c8c8c8;
    background: #ffffff url(styles/thumbnail_polaroid/images/polaroid_m.png) 0 100% repeat-x;
    float: left;
    }

    div.polaroid div.yoo-gallery div.polaroid-l {
    background: url(styles/thumbnail_polaroid/images/polaroid_l.png) 0 100% no-repeat;
    float: left;
    }

    div.polaroid div.yoo-gallery div.polaroid-r {
    padding:6px 6px 18px 6px;
    background: url(styles/thumbnail_polaroid/images/polaroid_r.png) 100% 100% no-repeat;
    float: left;
    }

    div.polaroid div.yoo-gallery div.tape {
    position: absolute;
    top: 1px;
    left: 50%;
    z-index: 1;
    width: 78px;
    height: 28px;
    margin-left: -37px;
    background: url(styles/thumbnail_polaroid/images/tape.png) 0 0 no-repeat; /* ie6png:crop */
    }

    div.polaroid div.yoo-gallery div.thumbnail img {
    float: left;
    }
    [/HTML]

    JS_THUMB CSS

    [HTML]
    .highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    }
    .highslide {
    outline: none;
    text-decoration: none;
    }
    .highslide img {
    border: 2px solid silver;
    }
    .highslide:hover img {
    border-color: gray;
    }
    .highslide-active-anchor img {
    visibility: hidden;
    }
    .highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
    }
    .highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
    background: gray;
    }
    .highslide-wrapper, .highslide-outline {
    background: white;
    }
    .glossy-dark {
    background: #111;
    }
    .highslide-image-blur {
    }
    .highslide-number {
    font-weight: bold;
    color: gray;
    }
    .highslide-caption, .pd_jsthumbs .highslide-caption {
    display: none;
    border-top: none;
    font-size: 1em;
    padding: 5px;
    background: white;
    }
    .pd_jsthumbs .polaroid{


    }

    .highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
    }
    .highslide-dimming {
    position: absolute;
    background: black;
    }
    a.highslide-full-expand {
    background: url(graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
    }
    .highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    }
    a.highslide-credits,
    a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
    }
    a.highslide-credits:hover,
    a.highslide-credits:hover i {
    color: white;
    background-color: gray;
    }
    .highslide-move, .highslide-move * {
    cursor: move;
    }
    .highslide-overlay {
    display: none;
    }
    /* Example of a semitransparent, offset closebutton */
    .closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(graphics/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
    }

    /*****************************************************************************/
    /* Controls for the galleries. */
    /* Remove these if you are not using a gallery */
    /*****************************************************************************/
    .highslide-controls {
    width: 195px;
    height: 40px;
    background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
    }
    .highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(graphics/controlbar-white.gif) right -90px no-repeat;
    }
    .highslide-controls li {
    float: left;
    padding: 5px 0;
    }
    .highslide-controls a {
    background-image: url(graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
    }
    .highslide-controls a.disabled {
    cursor: default;
    }
    .highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
    }
    [/HTML]
Add your comments
    Username Password
  • Format comments as (Help)