Good time of day. The question is: why in the Google Chrome browser, Mozilla Firefox, IE 6+ - Is the top menu displayed normally, but in Opera only the top menu moves to the left? CMS Joomla 2.5

  • Perhaps the opera incorrectly displays the float property. The site engine has nothing to do with it. What version of opera? - co11ter
  • In particular, from version 9 up to 12.01 at all, such a baida ... = (early versions did not try - jkwe45

1 answer 1

Make a fixed width menu

#nav-left { float: left; width: 1055px; } 

And make the names of the menu items shorter - they stupidly do not fit in one row.

  • The names of the items can not be shorter (((Thank you - jkwe45