That's great - thanks Ingo! I still have to use the old definition of .menupic for IE, so I've moved that into the IE-only CSS defs in the <head> element.
Your solution has been posted up here: http://endlessvoid.com/test_css/test4.html Thanks, Yasir > Yasir Assam wrote: >> Many thanks for the solution Ingo. I tried using inline-block before, >> but I think it only worked in Opera, so your solution is very welcome. >> >> There is one slight glitch (which may be due to my incorrect >> implementation of your solution). >> >> When I first view the page in Firefox (2.0.0.1 on Linux) it displays >> the row as a column. Hitting refresh fixes it. To reproduce it just >> restart Firefox. >> >> I've posted my implementation of your solution here: >> http://endlessvoid.com/test_css/test3.html >> > > 'slight glitch' is an euphemism for 'unacceptable', I think ;). > > > hmm, does it work better with: > > .menupic { > display:table-cell; > float: none; > margin:0; > padding: 0 0.5em; > } > > > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
