I am using YUI with Purecss and I noticed that my <li>
elements with their id
's get overwritten when creating dropdown menus.
They turn into something like: <li id="yui132343_3242342">
See this example: PureCSS Dropdown
How can I preserve my given id
's?
My fiddle example: Fiddle Example YUI Dropdown