Hi i made fix footer bar....its working fine..
but problem is my form is hiding behind this bar..
i want to show my form above footer bar like you can see in daniweb when you scroll down so homw, about us and contact us will be above...
i want to do this...
how to do it?
my css is
.footer2
{
width:100%;
position:fixed;
left:0;
bottom:0;
background-color:#CCCCCC;
border:1px solid #666;
text-align:center;
}
regards..
Farhad