Hi there,
i am surprised to see that the tab widths can differ so much between browsers.
See attached screenshots! Especially notice how much further to the right the tabs end in firefox. In IE its also ok, while in Safari it's as bad as in Chrome.
Am i doing something wrong here... ? Advice would be appreciated.
Would love to know that if the text fits in one browser, it will fit in others.
i am surprised to see that the tab widths can differ so much between browsers.
See attached screenshots! Especially notice how much further to the right the tabs end in firefox. In IE its also ok, while in Safari it's as bad as in Chrome.
Code:
Tab tab = new Tab(); tab.setWidth(60); ... TabSet.addTab(tab);
Would love to know that if the text fits in one browser, it will fit in others.
Comment