Results 1 to 4 of 4

Thread: HTML, locked image buttom of page

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question HTML, locked image buttom of page

    I wish to have an image visible all the time on the buttom of a page. This image must be visible although I use the scrollbar. How is this possible?

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049
    OK thanks. When I think about it, it will probably be better to make a frame at the buttom and lock this by setting the scroll bar to false, don't you think so?

  4. #4
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    You could do that, but also you can use fixed positioning:

    Code:
      <img style="position:fixed; bottom:0px; right:0px;" src="IMAGE.png" alt="">
    That will always stay at the bottom right of the page, and will work a lot better than the JavaScript version on DynamicDrive, but the downside is IE decides not support it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width