Why does my website load and show the bottom of the page first?

BLS93

I can't seem to figure this one out, hopefully you guys can help.

When I load my website, it opens up at the bottom of the page. I thought it may be the smooth scroll js script or the parallax scroll js script causing this, but when I comment them out it still does the same.

My website still need lots of work on it but I have made my website live for a while so you can have a look. www.caico-studio.com

Thanks in advance!

hank

Your contact form has an element with "autofocus" attribute set.

<input class="form-control" id="name" name="name" placeholder="Name" type="text" required="" autofocus="">

I actually did not know about this new attribute, there are a few sites explaining it, here for example; http://davidwalsh.name/autofocus

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

First page of my website doesn't load correctly "css"

From Dev

Why does my first label show up behind my pie chart?

From Dev

Why does my website load and show the bottom of the page first?

From Dev

Why does my website show lag in Chrome when I scroll?

From Dev

AngularJS : Why does the first binding I pass into my directive show the variable and not the value

From Dev

why does my website text overlap the images?

From Dev

Why is my page automatically scrolling to the bottom/

From Dev

Why is my form auto submitting on page load?

From Dev

my website does not show on an iphone browser and I not know why

From Dev

In Polymer 1.0 why does my vulcanized page not show in IE when using webcomponents-lite.js

From Dev

Why does my scroll function trigger on page load?

From Dev

Why does the  character show on my HTML page?

From Dev

Why does my page default to Views/Home/Index and fail to show page in ASP.NET?

From Dev

Why does page not load without file extension

From Dev

Why does my converted html string only show the first line?

From Dev

why does my LAMP stack show my image when I navigate to it w/ a URL but not when I load it w/jQuery and PHP

From Dev

Why does this code in my callback execute on page load?

From Dev

Why does my listbox show

From Dev

Why does the page jump to the bottom on load?

From Dev

Why is page getting undefined variable only at first page load?

From Dev

Why does '00a0' show on my page

From Dev

Why my razor page not show google map?

From Dev

Show loading animation only on first time page load using Cookies?

From Dev

Why isn't my footer anchored to the bottom of the page?

From Dev

Why does my website shrink for mobile?

From Dev

Javascript show/hide, show first div on page load

From Dev

Why does my portfolio website take a long time to load?

From Dev

Why does this code work in the console but not on page load?

From Dev

Why cant my Facebook page be embedded on a website?

Related Related

  1. 1

    First page of my website doesn't load correctly "css"

  2. 2

    Why does my first label show up behind my pie chart?

  3. 3

    Why does my website load and show the bottom of the page first?

  4. 4

    Why does my website show lag in Chrome when I scroll?

  5. 5

    AngularJS : Why does the first binding I pass into my directive show the variable and not the value

  6. 6

    why does my website text overlap the images?

  7. 7

    Why is my page automatically scrolling to the bottom/

  8. 8

    Why is my form auto submitting on page load?

  9. 9

    my website does not show on an iphone browser and I not know why

  10. 10

    In Polymer 1.0 why does my vulcanized page not show in IE when using webcomponents-lite.js

  11. 11

    Why does my scroll function trigger on page load?

  12. 12

    Why does the  character show on my HTML page?

  13. 13

    Why does my page default to Views/Home/Index and fail to show page in ASP.NET?

  14. 14

    Why does page not load without file extension

  15. 15

    Why does my converted html string only show the first line?

  16. 16

    why does my LAMP stack show my image when I navigate to it w/ a URL but not when I load it w/jQuery and PHP

  17. 17

    Why does this code in my callback execute on page load?

  18. 18

    Why does my listbox show

  19. 19

    Why does the page jump to the bottom on load?

  20. 20

    Why is page getting undefined variable only at first page load?

  21. 21

    Why does '00a0' show on my page

  22. 22

    Why my razor page not show google map?

  23. 23

    Show loading animation only on first time page load using Cookies?

  24. 24

    Why isn't my footer anchored to the bottom of the page?

  25. 25

    Why does my website shrink for mobile?

  26. 26

    Javascript show/hide, show first div on page load

  27. 27

    Why does my portfolio website take a long time to load?

  28. 28

    Why does this code work in the console but not on page load?

  29. 29

    Why cant my Facebook page be embedded on a website?

HotTag

Archive