MAX 2006 - CSS 3
PowerPoint Presentaton (PDF - 12MB)
KGS Bikes site
Anteo demo
FlexRight site
KS Pope site
Currently, the demos aren't all together (many are based on this site's new design -- hopefully I'll have them up soon!
%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim strCSS, arrCSS, strFile ' edit me strCSS = "FOO|css1|css2|css3|css4|css6|css7" ' don't touch me arrCSS = Split(strCSS, "|") strFile = arrCSS(n3_Random(Ubound(arrCSS))) 'a quick little function to select one of the array values Private Function n3_Random(intUpper) Randomize n3_Random = Int(intUpper * Rnd) + 1 End Function %>
PowerPoint Presentaton (PDF - 12MB)
KGS Bikes site
Anteo demo
FlexRight site
KS Pope site
Currently, the demos aren't all together (many are based on this site's new design -- hopefully I'll have them up soon!