Categories | Question details Back To List | ||||||||
Select (Combo) not visible in FF3 Hi Select button not visible in FF3. When I open the same page in IE, it is visible. Any idea? How can I attach screeshot here? Regards S.Sekar Answer posted by Support on Oct 20, 2008 04:05 >> When I open the same page in IE, it is visible. Any idea? >>How can I attach screeshot here? Answer posted by S.Sekar on Oct 20, 2008 05:22 Pls find attached screen shot of both FF3 and IE. I am including css. Interestingly it is displayed perfectly (as per the size) in IE, but no tin FF3. Pls find the xml used. print <<<END <?xml version='1.0' encoding='iso-8859-1'?> <toolbar name=" " width="100%" height="100%" disableType="image" absolutePosition="auto" toolbarAlign="left"> <ImageTextButton src="/PortalV3/Images/datagrid/iconSearch.gif" height="25" width="100px" id="0_new" tooltip="New Filter" disableImage="/PortalV3/Images/datagrid/iconSearch.gif"> New Filter</ImageTextButton> <divider id="div_4"/> <SelectButton id="0_select" width="250px" height="16px"> <option value="">Create a new filter</option> $myOption </SelectButton> <ImageTextButton src="/PortalV3/Images/datagrid/iconFilter.gif" height="25" width="100px" id="0_filter" tooltip="Apply">Apply</ImageTextButton> <ImageTextButton src="/PortalV3/Images/datagrid/iconDelete.gif" height="25" width="100px" id="0_delete" tooltip="Delete">Delete</ImageTextButton> <divider id="div_5"/> <ImageTextButton src="/PortalV3/Images/datagrid/icon20.gif" height="25" width="100px" id="0_customise" tooltip="Customise -Show / Hide Fields">Customise</ImageTextButton> <SelectButton id="0_savesection" width="100px" height="16px"> $myDownLoadOption </SelectButton> <ImageTextButton src="/PortalV3/Images/datagrid/icon20.gif" height="25" width="100px" id="0_download" tooltip="Download as csv">Download</ImageTextButton> <divider id="div_5"/> </toolbar> END; Regards S.Sekar Attachments (1)
Answer posted by Support on Oct 20, 2008 08:49 The issue can be caused by the layout of the elements on the page. So, please, provide the sample where it can be reconstructed at support@dhtmlx.com |