• Guys!! any help on this issue would be highly appereciated.

    I have a cell with the show images itself on javaloop

    when i upgrade old picture into new one, image occurs a gape at the top as seen on below image link.. please advice how i can fix that issue.

    Here is the link of imgae in the cell:
    https://img710.imageshack.us/img710/5113/testcr.png

    when i edite this below coding from centre left to the center top, it works but java auto display loop on image does not working..

    <div id=”slider4″ class=”sliderwrapper”>

    <div class=”contentdiv” style=”background: url(<?php bloginfo(‘template_url’); ?>/featured-blogs/aarohbandjourney.jpg) center left no-repeat”>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • I looked for another 30 minutes yesterday and couldn’t figure it out. Wondering if theres something I just cant see using firebug to get this.

    Thread Starter thefirsttouch

    (@thefirsttouch)

    so what it can be? because when ill overwrite the old image back, it will be fine again. why its only giving me issue updating the new ones only?

    I did figure out you can do this… Not sure if this look is ok

    #slider4 {
    background:none repeat scroll 0 0 #FFFFFF;
    border:0 solid #181818;
    margin-left:31px;
    padding-bottom:20px;
    }
    .sliderwrapper {
    border:10px solid navy;
    height:210px;
    position:relative;
    width:932px;
    }

    You lose the border but it looks right.

    Thread Starter thefirsttouch

    (@thefirsttouch)

    nop didnt work….
    i guess this one is getting more challenging..!!!!! any other clue my friend?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘image slider has a minor gape at the top’ is closed to new replies.