On Fri, Apr 20, 2012 at 5:03 PM, Paul <paul.a@aandc.org> wrote:
At 10:28 AM 4/20/2012 +0200, Paul Poulain wrote:
Le 19/04/2012 22:47, Paul a écrit :
[snip]
organization (from end-user kiosks to my desk-top.) For a graphical comparison, please see: <http://navalmarinearchive.**com/admin/koha_home_page_**comparison.html<http://navalmarinearchive.com/admin/koha_home_page_comparison.html> . Yikes ! there's something wrong with your display of the display introduced by bug 7979 !!! (and I understand why you're complaining now). Attached is how it look for (all of ?) us. The menus are on the RIGHT of
We us a standard setting of 1024 x 768 on all monitors in our the news, not BELOW !
which version of FF are you using ? any idea welcomed !
Paul - merci d'avoir répondu ...
FF is version 11.0 (the latest, I think). Now to the nitty gritty. The html|css layout employs nested <div>s which are much more difficult to control across varying sized monitors compared to a <table width="100%">. The <div> does not resize vertical height to respect an overall width -- if you want to do that you have to introduce a horizontal scroll bar (js?) which can get ugly -- whereas the <table> will wrap text wherever it can to respect fixed width.
Owen has submitted a fix for this which works as far as I can tell. Kind Regards, Chris