recently published a new site for a local sign design company. www.stricklersigns.com I'd appreciate any comments, problems, likes, hates,
problems... please include browser and platform used.
= on the highest version so we don't prevent future version // users from entering the site. flash2Installed = flashVersion == 2; flash3Installed = flashVersion == 3; flash4Installed = flashVersion == 4; flash5Installed = flashVersion == 5; flash6Installed = flashVersion == 6; flash7Installed = flashVersion == 7; flash8Installed = flashVersion == 8; flash9Installed = flashVersion >= 9; } } // Loop through all versions we're checking, and // set actualVersion to highest detected version. for (var i = 2; i <= maxVersion; i++) { if (eval("flash" + i + "Installed") == true) actualVersion = i; } // If we're on msntv (formerly webtv), the version supported is 4 (as of // January 1, 2004). Note that we don't bother sniffing varieties // of msntv. You could if you were sadistic... if(navigator.userAgent.indexOf("WebTV") != -1
just below the menu (company, products etc.)
*edit*
ok, it works when i refresh it
very professional-looking site
i like the colours
i have only one suggestion:
add a preloader for the whole thing (i mean not only for the 3d banner thingy)
Last edited by hit-or-miss; 04-08-2005 at 07:07 AM.