Hello everybody,
I am new to CSS FRiendly Control Adapters but the start was pretty straight forward.
1) I referenced the References to CSSFriendly.dll
2) I imported CSSFriendlyAdapters.browser to App_Browsers
Withput any changes to the webconfig my menus where no rendered with ul, li instead of tables. So far so good, but when i just wanted to do some minor css modifications in my Standard styleseet as described in the whitepaper
ul.AspNet-Menu li
{
background:Blue;
}
nothing happened.
I then created a Menu.css and suddenly the changes became affective.
In my eyes there is to much magic going on, where do i define the name of the css file and the name of the css classes like "AspNet-Menu". I am sure there are some config possiblilties but i could not find them at a first glance in the whitepaper, so thanks for any further resources.
greetings