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;
        }



-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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/

Reply via email to