Ticket #717 (new New Feature)
CSS in ordered / unordered lists.
| Reported by: | simpleupdates | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | |
| Keywords: | Confirmed | Cc: |
Description (last modified by alfonsoml) (diff)
Hello!
I think the most dramatic upgrade I'd love to see to the editor would be to have unordered list menus CSS. A quick example:
<ul class="something"> <li><a href="#">Nav link 1</a></li> <li class="selected"><a href="#">Nav link 2</a></li> <ul class="something2"> <li class="selected2"><a href="#">Subnav link 1</a></li> <li><a href="#">subnav link 2</a></li> </ul> <li><a href="#">Nav link 3</a></li> </ul>
UL lists give much more flexibility with CSS styling, and one can always create a separate template that gives CSS dropdown capabilities, which a user could choose to use but wouldn't come as default to keep it simple for people.
You can right click on a list, and the list properties dialog appears. This could give the option to add CSS class for the entire list. It would also be good to think of a way to class specific items in the list as in my example.
Thanks for your time!
Change History
Note: See
TracTickets for help on using
tickets.