Hello, My website is one page divided into 4 pages vertically (each page height is 937px). In some monitors with height less then 937px the whole page can't be viewed. I would like to show the bottom part of each div/page. http://www.locksmith24service.com Thanks in advance
Don't know if I understand you correctly, but it could be done via hashes (example.com#bottom) where on bottom of the page, you will add something like this: <a name="bottom"></a> Code (markup): or <span id="bottom"></span> Code (markup): as hashes can be pointed either on <a name="..."> tags or ID attributes of tags. I am not aware of any other way of doing this.