Hey guys.
I have a really annoying problem. I have this in my menu: <DynamicMenuItemStyle CssClass="xxx" />. This should allow me to work with the dynamic menus applying jquery stuff. I can make a font-changing animation, but when i do this $(this).animate({ "background-color": "#eee" }, 700, function () { });, nothing happens.
This asp menu is quite weird and the code generated is not that pretty either. I might as well write my menu in html and have total control over it.
What should i do?
...
Go to the complete details ...