You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/02/22 18:57:23 UTC

svn commit: r914992 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Author: doogie
Date: Mon Feb 22 17:57:22 2010
New Revision: 914992

URL: http://svn.apache.org/viewvc?rev=914992&view=rev
Log:
Re-enable transparency in menu overlay; the menus work in IE6, but don't
have transparency.  I've also tested FF 3.5, but none of the others.

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=914992&r1=914991&r2=914992&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Mon Feb 22 17:57:22 2010
@@ -1136,8 +1136,12 @@
 background-color:#131212;
 border-right:4px solid #131212;
 position:absolute;
+opacity:0.96;
 z-index:9999;
 width:200px;
+-moz-opacity:0.96;
+-khtml-opacity: 0.96;
+-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=96);
 }
 
 #main-navigation ul li ul li ul.secondary{