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 -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -