Hi All, I have a site which is designed in CSS (http://www.1indianwebsolutions.com). As, I put more content in my Body webpage's footer comes on body content. I tried all possible solutions for that but didn't get any solution. Can anybody help me in that? Thanks for any help!
Put the content Div inside the Main-body div. You might have to float the sidebar left and define a margin between the two to keep the same layout.
Okay, after looking over your CSS code... I think the problem is the way you use the position property. I'm no expert, but seeing as you are using the position property, it looks like all the elements are pretty much static (header, etc.) in its position. Therefore, when you add more content, it gets hidden underneath the footer because the footer's position is already defined in a fixed place (bottom).