position: absolute disappearing from inline element style on mouse over/out
-
I love it!
However I had a problem in all my browsers.
All the thumbnails start out in the correct rows. However on mouse over, the thumbnail and the bbg_placeholder jump to a new location outside of the row. If I mouse over the entire row of thumbnails they will all now be in a staggered column instead of a row.
For example thumbnails a,b,c,d,e….. start out like such.
abcde…
after mouse over they are like so- a
- b
- c
- d
- e…
So I went into responsive-gallery-grid/js/main.js
and deleted position:’absolute’,
in the mouse over/out functions $clone.animate({position:’absolute’, …Is there a better way to fix this?
I figured out that the position: absolute was missing from the element after the mouse moved over the element.
Thank you in advance.
-Rusty
- The topic ‘position: absolute disappearing from inline element style on mouse over/out’ is closed to new replies.