Hello Rus,
I am trying to build a transparent menu using CSS adapters. Using the following I am able to get transparency at first level in both IE and Firefox
.PrettyMenu ul.AspNet-Menu li
{
/* background:url(75p_honey.png); */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='75p_honey.png');
}
.PrettyMenu ul.AspNet-Menu li[class]
{
/* background:url(75p_honey.png); */
background:url(75p_honey.png);
}
BUT problem is using this didnt bring up the second level and subsequent levels. ul and li tags are present on page if we see in View Source but are not showing up
Am I missing something? please help. I am using vertical flow for menu.
Thanks