Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Jquery fixed positioned div slider acting strange in FF, Fine in Chrome and IE

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #40389
    comparebest
    Member

    [Here](http://jsfiddle.net/comparebest/z2Nyn/1/ “Here”) I have a div in a right sidebar that supposed to act in this way:

    1) When you scroll down the page and div reaches the top of the browser screen, it’s class changes and it will get fixed on top of the screen untill you reach to the bottom of div’s parent element.

    2) Once the bottom of div reaches the bottom of parent element, it’s class changes back to non-fixed position.

    Now to the problem:

    For some reason in FireFox once div reaches the bottom of parent element, div disappears, while in Chrome, IE and Safari it stays visible.

    You might need to make the size of your browser screen smaller in order to observe this behavior.

    How can I prevent div from disappearing in FF?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.