Hi,
All examples with header/content DIVs appear like this
<div id='jqxnavigationbar'>
<!--Header-->
<div>
Header 1</div>
<!--Content-->
<div>
Content 1
</div>
<!--Header-->
<div>
Header 2</div>
<!--Content-->
<div>
Content 2
</div>
<!--Header-->
<div>
Header 3</div>
<!--Content-->
<div>
Content 3
</div>
</div>
But do you support multiple content sections for a single header section?
If so, would you be able to show me how? I am not interested in the <ul> <li>
examples because I want to use my own markup.
Thanks in advance.