Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Thursday, November 14, 2013
Fix div at the bottom of the page
HTML
> DIV >
Fix at the bottom of the page
<!
DOCTYPE
html
>
<
html
xmlns
="http://www.w3.org/1999/xhtml">
<
head
>
<
title
></
title
>
</
head
>
<
body
>
Content
<
div
style
="
position
:
fixed
;
bottom
:
0px
;
">
This is div fixed at the bottom of the page
</
div
>
</
body
>
</
html
>
Newer Post
Older Post
Home