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

Help!  :)


   - ask

ps. thanks everyone for this list. I've been participating on far too many lists and online forums since the early nineties and this one really stands out as being exceptionally friendly and useful. You are all great (and beautiful, I'm sure). :-)

CMIIW
The main problem is that you are using inline-block for the menu which has some problems on some browsers. Try using display: inline instead

hope it helps

Ray
*BaliCamp*
______________________________________________________________________
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