I have a centered ul (styled like a table ala cssplay) that is having li elements added to it after page render, and it seems to work beautifully in everything but FF and Opera.
The desired effect is to have the row of li elements centered even if there's only one or two of them. This example simulates the issue with jQuery adding an li two seconds after the page is ready.
For whatever reason, it seems like FF 3.05 and Opera 9.63 keep the ul at the initial draw width after the third li is added, even though there is no width specified anywhere in the css.
This is, of course, absolutely murdering me, and any help would be appreciated.
http://deadguy.reliccommunity.com/stuffbox/testinggrounds/display-table.html