Line 191: | Line 191: | ||
var s = document.body.scrollTop || document.documentElement.scrollTop | var s = document.body.scrollTop || document.documentElement.scrollTop | ||
if(s>H) { | if(s>H) { | ||
− | oDiv.style = "position:fixed | + | oDiv.style = "position:fixed;width:100%;" |
} else { | } else { | ||
oDiv.style = "" | oDiv.style = "" |
Revision as of 16:01, 30 October 2017