Hi,
I am evaluating the feasibility of incorporating your tabs product into our web site. My initial impressions are very good but I have encountered the following problems:
1 when the browser is resized horizontally, the tabs are resized horizontally to fit the window but not vertically. The function to resize vertically must be available to be called because when I click on another tab, the vertical resizing occurs and the display is as I had expected after the resizing of the browser.
2 Sometimes the right border of the tab disappears. This is dependent on the width setting of the browser and only occurs occasionally, suggesting that there may be a rounding problem with an internal calculation. Although this only occurs at specific width settings, the cosmetic impact, when it occurs is major.
3 Do you release source files for the images? I like the ‘modern’ style but need to adjust the colours to suit my colour scheme.
I am using software version 1.2
with FireFox 2.0.0.13
The code I am using is as follows:
<?php } else {
//
$document =& JFactory::getDocument();
$tabs_base = JURI::base() . ‘libraries/dhtmlxTabbar/codebase/’;
$document->addStyleSheet($tabs_base . ‘dhtmlxtabbar.css’);
$document->addScript($tabs_base . ‘dhtmlxcommon.js’);
$document->addScript($tabs_base . ‘dhtmlxtabbar.js’); ?>
<?php } ?>