Author: nextgens
Date: 2007-12-16 23:02:39 +0000 (Sun, 16 Dec 2007)
New Revision: 16627

Modified:
   trunk/website/index.php
   trunk/website/style.css
Log:
website: try something else out

Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php     2007-12-16 22:12:17 UTC (rev 16626)
+++ trunk/website/index.php     2007-12-16 23:02:39 UTC (rev 16627)
@@ -31,10 +31,13 @@
                                vis.display = 
(elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
                        vis.display = 
(vis.display==''||vis.display=='block')?'none':'block';
                }
-
-               toggleLayer("hideit");
        </script>
        <script type="text/javascript" src="PluginDetect.js"></script>
+       <noscript>
+                <style type="text/css">
+                       div.hideit { display:block; }
+                </style>
+       </noscript>
 </head>

 <body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000033" 
alink="#000000" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>

Modified: trunk/website/style.css
===================================================================
--- trunk/website/style.css     2007-12-16 22:12:17 UTC (rev 16626)
+++ trunk/website/style.css     2007-12-16 23:02:39 UTC (rev 16627)
@@ -53,7 +53,7 @@
 a.menu:visited { color: #000000; text-decoration: none }
 a.menu:hover { color: #000000; text-decoration: none }

-div.hideit { display:block; }
+div.hideit { display:none; }

 pre { 
                background-color: #eee;


Reply via email to