bjorntheart

bjorntheart


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Using jQuery Slider to Scroll a Div
    01/08/2010 - 05:29

    Hi there

    My mouse moves off my slider as I scroll. The issue resulting from this is that my content don't scroll all the way

    I've also modified my #content-slider and .ui-slider-handle a bit according to my needs

    #content-slider
    {
        width: 100%;
        background: #BBBBBB;
        position: relative;
    }

    .ui-slider-handle
    {
        width: 2px;
            height: 40px;
            position: absolute;
            top: -4px;
            background: #ff0000;
            background-image:none;
    }