+ 1
How can
How can I create a drop down menu from an anchor tag that is inside a div tag? I know the conventional way of doing it is to create an <ul> and <li> and <ul> etc. But is it possible to create it without using the <ul> tag?
2 Respostas
+ 3
This conventional way may be an included library's way; jqueryui behavior is one such example, where tags are reinterpreted how you're describing. It may help if you can show where you've seen that, so that people can analyze how it was done.
+ 2
I think you got dropdown lists completely wrong