I have no idea why but the contentherewrap div does not show fully when you click ‘Returning Quality Services’ in firefox, chrome and safari but does show in IE and opera
http://www.nswnationals.org.au/index.php/achievements/
Thanks,
Mat
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.
Seems like an issue with height of div with class
contentherewrap. Height of this div is 1297px but height of its parent is 580px.Fix the height appropriately and problem should be fixed.
Note: Ideally you should not fix the height of a div and let it take any height as per the volume of its contents unless you have some specific reason to set the height to certain pixels or to certain percentage.
Hope that helps.