Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • walterandreed Friend
    #158322

    I was wondering how I could place a custom image under the banner in Ja_droid, I want to create a ‘shadow effect’. Is it going to be another custom module w/ absolute positioning?

    Any advice is greatly appreciated

    I attached a pic for any clarification that may be needed

    aman204 Friend
    #370243

    1) You can first adjust height as suggested here::

    http://www.joomlart.com/forums/topic/reduce-droid-slideshow-height/

    which would give you room/space below slideshow images for shadow image to appear

    2) Now, Change this::

    #ja-slideshow {mod_ja…ow2.css (line 15)
    border-top: 1px solid #000000;
    overflow: hidden;
    position: relative;
    z-index: 10;
    }

    to

    #ja-slideshow {mod_ja…ow2.css (line 15)
    background: url(“../images/shadow.jpg”) no-repeat scroll 0 100% #000;
    border-top: 1px solid #000000;
    overflow: hidden;
    position: relative;
    z-index: 10;
    }

    and update image path accordingly

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum