Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1173 Points
252 Posts
Oct 07, 2010 10:14 AM|LINK
From what i understand, your code didn't implement a CSS friendly control adapter.
To implement css friendly, you have to copy the dll to your bin, and use CssSelectorClass attribute (expand) in asp menu control.
for code example: http://www.asp.net/cssadapters/
and http://www.asp.net/general/videos/how-do-i-utilize-the-css-friendly-control-adapters
chayadi
Participant
1173 Points
252 Posts
Re: StaticMenuItemSelected-cssClass
Oct 07, 2010 10:14 AM|LINK
From what i understand, your code didn't implement a CSS friendly control adapter.
To implement css friendly, you have to copy the dll to your bin, and use CssSelectorClass attribute (expand) in asp menu control.
for code example: http://www.asp.net/cssadapters/
and http://www.asp.net/general/videos/how-do-i-utilize-the-css-friendly-control-adapters
This will help other with the same problem in future.