jquery - Website javascript faulty when collapsing on load -
pay close attention how header slider loads.
if noticed, collapses after 100% loading div, before expanding images. images , slides consist of background-images , css gradiets.
in js script, sets header div auto height, i'm not familiar how set set height after loading div, prevent collapse.
you add min-height
in css element that's equal height of div while it's loading images. shouldn't need mess js.
this way, it'll expand height of element, not collapse , expand.
Comments
Post a Comment