Aberhart-school / abe-site

The website of William Aberhart high school
http://schools.cbe.ab.ca/b829/aberhart/
GNU General Public License v3.0
7 stars 8 forks source link

Internet explorer - submenus show up behind the iFrames #19

Closed gjwehnes closed 10 years ago

gjwehnes commented 10 years ago

iframes in front

thirstyice commented 10 years ago

This was caused because in IE, pdfs are loaded by a plugin; which punches a hole in the website to make room for itself. Using javascript to load the pdfs ourselves should solve this problem. Thanks to https://github.com/mozilla/pdf.js for the script