Quote:
Originally Posted by comport9
Edit: Adding a bit of code to include empty li elements worked. (Had to use html markup of a space). But if you have a CSS solution, I'd much prefer to use that.
|
Code:
.ul {
width: 400px;
height: 250px;
display: inline-block;
text-align: left;
border: 1px solid red;
overflow: auto;
}
Quote:
|
(Had to use html markup of a space).
|
I think this is also a hack and unnecessary.