jquery - Website javascript faulty when collapsing on load -


if click link follow website

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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -