On 8/1/06, Joe D'Andrea <[EMAIL PROTECTED]> wrote:

Footnote to:

If I revisit min-width again, this time using my newest test[1], I get
better, albeit interesting results[2]. In Opera, the list now fits on
one row, however it remains centered relative to the first four items.

Still not centered relative to the entire list, but an improvement
regardless. Almost there.

[1] http://test.joesapt.net/cf/opera-ul
[2] http://test.joesapt.net/cf/opera-ul-min

The markup now looks like this (with some nutritonless divs, I'm afraid):

<div class="outer"><div class="inner">
<ul>
 <li><a href="#">1</a></li>
 <li><a href="#">2</a></li>
 <li><a href="#">3</a></li>
 <li><a href="#">4</a></li>
 <li><a href="#">5</a></li>
 <li><a href="#">6</a></li>
 <li><a href="#">7</a></li>
 <li><a href="#">8</a></li>
</ul>
</div></div>

div.inner is styled "display: table" so, just to make sure I really
understand the rules of Anonymous Boxen[3], would the nested ul and li
(above) be considered a table row and cell, or do I need to explicitly
style them as such?

(I tried the latter BTW. The results weren't pretty.)

--
Joe D'Andrea
www.joesapt.net

[3] http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to