Team:Warsaw/Team

From 2010.igem.org

(Difference between revisions)
Line 125: Line 125:
rect.style.zIndex = element.zIndex - 1;
rect.style.zIndex = element.zIndex - 1;
-
if (border_opacity && (element.opacity < 1)) {
+
if (border_opacity) if (element.opacity < 1) {
rect.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(Opacity='+ parseFloat(element.opacity * 100) +')';
rect.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(Opacity='+ parseFloat(element.opacity * 100) +')';
}
}
Line 138: Line 138:
// Hack: IE6 doesn't support transparent borders, use padding to offset original element
// Hack: IE6 doesn't support transparent borders, use padding to offset original element
isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
-
if (isIE6 && (element.strokeWeight > 0)) {
+
if (isIE6) if (element.strokeWeight > 0) {
element.style.borderStyle = 'none';
element.style.borderStyle = 'none';
element.style.paddingTop = parseInt(element.currentStyle.paddingTop || 0) + element.strokeWeight;
element.style.paddingTop = parseInt(element.currentStyle.paddingTop || 0) + element.strokeWeight;
Line 271: Line 271:
vml_parent = this;
vml_parent = this;
var limit = 100, i = 0;
var limit = 100, i = 0;
-
do {
+
do {
 +
do {
 +
do {
vml_parent = vml_parent.parentElement;
vml_parent = vml_parent.parentElement;
i++;
i++;
if (i >= limit) { return(false); }
if (i >= limit) { return(false); }
-
} while ((typeof(vml_parent) != 'undefined') && (vml_parent.currentStyle.position != 'relative') && (vml_parent.tagName != 'BODY'));
+
       
 +
        } while (typeof(vml_parent) != 'undefined'); } while (vml_parent.currentStyle.position != 'relative'); } while (vml_parent.tagName != 'BODY');
vml_parent.pos_ieCSS3 = findPos(vml_parent);
vml_parent.pos_ieCSS3 = findPos(vml_parent);
Line 319: Line 322:
}
}
-
if (event && (event.type == 'resize') && typeof(window.ieCSS3.previous_onresize) == 'function') { window.ieCSS3.previous_onresize(); }
+
if (event) if (event.type == 'resize') if (typeof(window.ieCSS3.previous_onresize) == 'function') { window.ieCSS3.previous_onresize(); }
}
}

Revision as of 19:00, 13 July 2010


Example Tabs


prof. Jacek Bielecki

Radosław Stachowiak

Kamil Koper

Kamila Ornoch

Michał Lower

Ania Olchowik

Kuba Piątkowski

Marcin Ziemniak

Jarek Pankowski

Anna Saffray

Justyna Lesiak

Ania Puławska

Kasia Grześ

Dominik Cysewski

Marta Błaszkiewicz

Joanna Leszczyńska

Albert Bogdanowicz

Cherry Moreno

Milena Bażlekowa
This is our team and friends

Click on the pictures to find out more about us!

You can drag and drop the photos.

This page looks best in Firefox.