R
richard
<ul>
<li>sample</li>
<li>Item line 1<br>Item line 2</li>
<li>what?</li>
</ul>
In list 2 I show the CSS as display:inline-block; to keep the three items
showing as I want.
Now what's the trick for styling all 3 items to have a background and
border the same height? Height and width don't seem to do anything.
Padding works. But I want all 3 the same height and width.
<li>sample</li>
<li>Item line 1<br>Item line 2</li>
<li>what?</li>
</ul>
In list 2 I show the CSS as display:inline-block; to keep the three items
showing as I want.
Now what's the trick for styling all 3 items to have a background and
border the same height? Height and width don't seem to do anything.
Padding works. But I want all 3 the same height and width.