using JS charts:
This is the example, of what I am talking about, chart is overlapping table
I think it has something to do with layout, any suggestions how to fix it?
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.
There is a margin-top of -321px on a div (the jscharts logo) inside of div#graph and it’s pulling the content after #graph. You need to set a height on the #graph div, then everything will be pushed down correctly.