Ah yes Tony. 7 years ago we only supported IE, and now the upgrade path to Cross Browser support from there is impossible. It is cheaper and simpler to do a complete rewrite of the system. I have to support ALL browsers, so many of the IB tools cannot be utilised.
Ah, the joys of Maintain in Opera and Safari.
Even using self service, it is hard work to get full cross browser support working even without WebFOCUS involved. It is all hand coding, no tools available on the market can really make fully compliant, W3C standard, web pages.
The layout Painter uses CSS position:absolute, and therefore, if a user changes the standard settings of a browser, objects can (and do) overlay each other. This could be alleviated somewhat by using the em unit of measurement rather than px. Also, it does not support tables, which could help, though I am not a supporter of tables for page layout.
So for RB, there is the old fashioned trial and error of layout. For example, instead of having label text to the left of an edit, place it above, so that larger/different fonts, will have a lesser impact on the layout, and when developng try different browser settings when testing.
Alan.
WF 7.705/8.007