Having an image at the bottom of the page at all time in HTML -


i'm working on basic html webpage , i'm still learing that's reason stupid question.

so have image bar want have going @ bottom of page , staying @ location if scroll on page. visable. can call footer guess should visable.

hope understand mean.

how do this? :)

set in css this:

#footer {     position: fixed;     bottom: 0px;     /* */     left: 0px;     width: 100%;     height: 20px;     z-index: 101; } 

that should trick - apply div element , put image inside or set background.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -