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
Post a Comment