Team:Goettingen/suplement/scripts ie ff patch

From 2013.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 9: Line 9:
   return retnode;
   return retnode;
};  
};  
 +
 +
if (window.scrollY == null) {window.scrollY = document.documentElement.scrollTop}
function getNextElementSibling(ob){
function getNextElementSibling(ob){
Line 16: Line 18:
}
}
-
if (!document.getComputedStyle) {
+
if (!getComputedStyle) {
-
     document.getComputedStyle = function(el, pseudo) {
+
     getComputedStyle = function(el, pseudo) {
         this.el = el;
         this.el = el;
         this.getPropertyValue = function(prop) {
         this.getPropertyValue = function(prop) {

Latest revision as of 11:35, 15 September 2013