ASP.NET and CSS, Footer Overlaps Middle of Page

M

MU

Hello,

I have taken a form that was created in HTML and have moved it into a
asp.net application. However, every way I try to do it, the footer
always jumps up and overlaps the middle of the page.

I ever took all the HTML code from the original page and just added it
to an aspx page and it does the same even though I haven't even
touched the original code.

Quite frustrating and wondering if anyone has had this issue.

Thanks
 
A

Andrew Morton

MU said:
I have taken a form that was created in HTML and have moved it into a
asp.net application. However, every way I try to do it, the footer
always jumps up and overlaps the middle of the page.

I ever took all the HTML code from the original page and just added it
to an aspx page and it does the same even though I haven't even
touched the original code.

Perhaps you missed a closing </div> somewhere. Does it do the same in other
browsers? Have you run the generated HTML through an HTML validator (e.g.
http://validator.w3.org/#validate_by_input)?

Andrew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top