Posts by Danilo Valente • 203 points
2 posts
-
1
votes4
answers6094
viewsA: Side banner that accompanies the scroll
A quick and easy way to do this would be to manually position a div and set the attribute position with the value fixed: <style type="text/css"> #banner { position: fixed; width: 200px;…
-
9
votes2
answers780
viewsA: setTimeout attached to an onload does not work
When executing this code, Javascript first executes the window.location = "blablabla" and takes the return value (in this case, "http://homedosite.com.br" and then sends it to the setTimeout, that…
javascriptanswered Danilo Valente 203