Trying to make a very simple html page. For some reason the <ul> seems to jump out of the <div> and go on top, meaning the <ul> becomes the first thing on the page.
Here is my code http://jsfiddle.net/pnQCs/2/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You forgot to close the first
tabletag, before thetabWrapperdiv.What are all those blind tables doing there anyway? Just style your divs.