javascript - Odd div overflow in Chrome -


for reason, in chrome, when refresh portfolio page thumbnails break , move down footer.

the way can replicate refreshing page.

very weird.. js issue?

before: http://cl.ly/463x3d0y1d1k3535162c

after refresh: http://cl.ly/3y3q1a2u3n373s0r210s

live site: http://atavist.baltimoredrew.com/?post_type=portfolio

it looks applying height article elements inside #portfolio.

my guess 'equal height' code you've got going running before images have loaded aren't getting accurate heights.

try making sure page ready (images loaded, dom ready, etc..) before implementing equal height bit.

hope helps.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -