Jump to content

michaeloo

Members
  • Posts

    2
  • Joined

  • Last visited

michaeloo's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you very much. I hadn't even thought of javascript. I don't have any experience with it but this seems like a good opportunity to start gettin some. I'll give it a go as soon as I get too it.
  2. I have a webpage that is larger in width and height than most browsers can fit into their maximum windows. This is done on purpose, as i want my viewers to be scrolling left, right, up, down, etc through the page. The page itself is simply a canvas for a large piece of artwork, but I don't want that artwork to be readily fully visible. So this I have accomplished. But theres a problem. Anyone who visits my page on a typical browser software like mozilla or explorer or whatever will, by default, start out in the top left corner of the page. This seems to be the standard for every webpage. Always, when you click the link, or in whatever way access the new page, you automatically begin at the top of the page and, if there is room to scroll right, all the way to the left of the page. This is annoying because there is nothing spectacular in the upper left corner of this artwork. What I want to do, if it is possible, is to code or by-whatever-means-make-it-so that when one visits my page, they immediately are brought to a specific coordinate on that page. In other words, I want to move the default origin and have, lets say 1500px to the right and 1500px from the top be at the very center of one's screen when they visit this page. For me, it is a little harder to express succinctly but I hope you understand what I mean. I'm not sure if this is something that can be done in html or css or what or at all. But if you have any help to offer I will be most grateful.
×
×
  • Create New...