Show bottom part of div

Discussion in 'JavaScript' started by edodidi, Aug 3, 2010.

  1. #1
    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
     
    edodidi, Aug 3, 2010 IP
  2. Houdas

    Houdas Well-Known Member

    Messages:
    158
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #2
    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.
     
    Houdas, Aug 4, 2010 IP