Bob Easton escribió:
Ask Bjørn Hansen wrote:

Hi everyone,

I made a simple menu with a <ol><li> ...</li><li>...</li>[....]</ol> structure.

It's at http://www.pool.ntp.org/ (css at http://www.pool.ntp.org/css/ ntppool.css)

It works great in Safari and Firefox:
    http://tmp.askask.com/2005/09/pool-safari.png

But in MSIE each <li> is the width of the window and stacked below each other:
    http://tmp.askask.com/2005/09/pool-msie.png


Give those floats an explicit width. Standards compliant browsers do a good job of calculating the implied widths. IE doesn't.

Or, give them a `display` of `inline-box`. Check this: <http://www.fu2k.org/alex/css/cssjunk/FloatInlineBlock.html>

Regards,
Choan


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to