Reagrding using FILTER in (MenuExample.css) CSS adapter classes for Menu controlhttp://forums.asp.net/t/1008534.aspx/1?Reagrding+using+FILTER+in+MenuExample+css+CSS+adapter+classes+for+Menu+controlSat, 15 Jul 2006 18:06:35 -040010085341342247http://forums.asp.net/p/1008534/1342247.aspx/1?Reagrding+using+FILTER+in+MenuExample+css+CSS+adapter+classes+for+Menu+controlReagrding using FILTER in (MenuExample.css) CSS adapter classes for Menu control <p>Hello everyone,</p> <p>Whenever I use filter: in any of the CSS calss for the MENU control using CSS adapters, it only renders the first level of the menu, all subsequent levels are not even displayed. I want to use filter for some transparency effect, but using it is not rendering any child menu's. Following is a example - </p> <font color="#800000" size="2"> <p>.PrettyMenu</font><font size="2"> </font><font color="#800000" size="2">.AspNet-Menu-Vertical</p> </font><font size="2"> <p>{</p> <p></font><font color="#ff0000" size="2">position</font><font size="2">:</font><font color="#0000ff" size="2">absolute</font><font size="2">;</p> <p></font><font color="#ff0000" size="2">top</font><font size="2">: </font><font color="#0000ff" size="2">87px</font><font size="2">;</p> <p></font><font color="#ff0000" size="2">left</font><font size="2">: </font><font color="#0000ff" size="2">0px</font><font size="2">;</p> <p></font><font color="#ff0000" size="2">width</font><font size="2">:</font><font color="#0000ff" size="2">200px</font><font size="2">;</p> <p></font><font color="#ff0000" size="2">z-index</font><font size="2">: </font><font color="#0000ff" size="2">300</font><font size="2">;</p> <p></font><font color="#ff0000" size="2">filter</font><font size="2">:</font><font color="#0000ff" size="2">alpha(Opacity=50)</font><font size="2">;</p> <p>}</p> <p>Now it only shows first level and rest of the menus are not displayed, if I remove filter, it works fine but without transparency.</p> <p>Reply will be much appreciated.</p> </font> 2006-07-15T18:06:35-04:00