You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Menu layout is crappy on velemenyvezer.blog.hu
Only Opera has the next problem on the site Véleményvezér blog: The direction of menuitems isn't horizontal, but vertical. Also I can't see and use the menuitems after the 3thd item. What's wrong with Opera? (I frequently denote the problem for the Opera-team, but the problem exists.
)All other browser (FireFox, IE, Chrome, Safari) can handle correctly the page layout.
[EDIT] IE6 draws the items vertically like Opera! (IE8 is correct)
But IE6 at least is usable, unlike to Opera.
Opera ?, Which version ?. Beta ?, Stable ?, Revision ?.
Opera 12.14 - 1738 (Portable 32bit) on Win8 Pro, Or portable versions of Linux Mint 14 or Puppy Linux Upup Precise - 3.8.3.1
Originally posted by LinuxMint7:
Opera ?, Which version ?. Beta ?, Stable ?, Revision ?.
All existing Opera versions are affected. I tested with snapshot builds and O11.62, too. This can be a general Opera coding behavior.
The problem seems not to depend on Turbo status. Can you see correctly the page with any Opera version?
display: box; display: -moz-box; display: -webkit-box;
on UL and
box-flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1;
on LI. This is new CSS properties related to the oft-changing CSS3 Flexbox spec. Per http://html5please.com/#flexbox it should not be used yet, precisely because the spec is still very much a work in progress and cross-browser compatibility is still poor.
--
My blog: miscoded
Stupid code from major websites uncovered and criticised
Contribute site fixes! - OTW&TA- all sites must work
My blog: miscoded
Stupid code from major websites uncovered and criticised
Contribute site fixes! - OTW&TA- all sites must work
Originally posted by hallvors:
Per http://html5please.com/#flexbox it should not be used yet, precisely because the spec is still very much a work in progress and cross-browser compatibility is still poor.
Thanks. This "excuse" is acceptable.