src/lib/cheapcgi.c 1.133
1.133 2010/03/11 04:12:44 tdreszer
halfVis not ready for primetime, because ff and ie can't agree
Index: src/lib/cheapcgi.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/cheapcgi.c,v
retrieving revision 1.132
retrieving revision 1.133
diff -b -B -U 4 -r1.132 -r1.133
--- src/lib/cheapcgi.c 11 Mar 2010 03:59:06 -0000 1.132
+++ src/lib/cheapcgi.c 11 Mar 2010 04:12:44 -0000 1.133
@@ -1853,8 +1853,8 @@
//printf(".hiddenRoof {border-top: 0px solid %s;}\n",COLOR_BG_ALTDEFAULT); // Doesn't work
//printf(".hiddenFloor {border-bottom: 0px solid %s;}\n",COLOR_BG_ALTDEFAULT); // Doesn't work
printf(".greenBox {border: 5px outset %s;}\n",COLOR_DARKGREEN);
printf(".blueBox {border: 4px inset %s;}\n",COLOR_DARKBLUE);
- printf(".halfVis {opacity: 0.5; filter:alpha(opacity=50);}\n");
+ //printf(".halfVis {opacity: 0.5; filters.alpha.opacity=50;}\n"); // not ready for prime time because ff and ie can't agree
puts("</style>");
}