سؤال

I have html template I'm converting to a kentico template. The challenge is making a drop down list that will conform to the css and javascript design. I already tried doing that with drop down' in 'Listing and viewing' without success.

This is the idea:

      <ul class="drop_down">
         <li>Item 1</li>
         <li>Item 2</li>
         <li>Item 3</li>
         <li>Item 4</li>
      </ul>

Any suggestion is welcome.

هل كانت مفيدة؟

المحلول

You can use the CSS List Menu web part, which generates the exact HTML structure you provided, minus the class name, but you can use the CSS prefix field in the web part properties under the "Design" section and enter your class name there.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top