ecp5
11-25-2008, 05:28 PM
1) Script Title: Drop Down Tabs
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/droptabmenu.htm
3) Describe problem:
Is there a way to have a line break inside a list item in an inline list. For my main menu I want certain items to be like:
<ul style="display:inline">
<li>Nav1</li>
<li>Nav <br />Item2</li>
</ul>
If I do that then the inline list breaks and the next list items is on the same line as "Item2" and then I end up with a block list. I need to wrap to a new line so I can fit all my menu in the space horizontally. I know I could wrap in a table, but the script uses CSS, so didn't think I could mix and match.
Any help would be appreciated, I haven't found anything.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/droptabmenu.htm
3) Describe problem:
Is there a way to have a line break inside a list item in an inline list. For my main menu I want certain items to be like:
<ul style="display:inline">
<li>Nav1</li>
<li>Nav <br />Item2</li>
</ul>
If I do that then the inline list breaks and the next list items is on the same line as "Item2" and then I end up with a block list. I need to wrap to a new line so I can fit all my menu in the space horizontally. I know I could wrap in a table, but the script uses CSS, so didn't think I could mix and match.
Any help would be appreciated, I haven't found anything.