This is a migrated thread and some comments may be shown as answers.

DropdownList below the flash in Mozilla and Google Chrome

2 Answers 97 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 1
Jorge asked on 28 May 2009, 11:00 PM

In Mozilla Firefox and Google Chrome on a DropDownList of a RadComboBox the list is displayed below the flash, in Internet Explorer it works correctly.  Also the same thing happens with RadDatePicker
How can achieve the compatibility with Firefox and Google Chrome

    <div>
    <telerik:RadComboBox ID="RadComboBox1" AllowCustomText="true"  runat="server">
   <Items>
       <telerik:RadComboBoxItem runat="server" Text="-- Select item --" />
       <telerik:RadComboBoxItem runat="server" Text="Item with No Value" />
       <telerik:RadComboBoxItem runat="server" Text="Item with Value=1" Value="1" />
       <telerik:RadComboBoxItem runat="server" Text="Item with Value=2" Value="2" />
   </Items>
</telerik:RadComboBox>
    </div>
     <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
           codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
           width="1000" height="78">
    <param name="movie" value="header_v8.swf?button=1" />
    <param name="quality" value="high" />
    <param name="menu" value="false" />
    <!--[if !IE]> <-->
    <object data="header_v8.swf?button=1"
            width="1000" height="78" type="application/x-shockwave-flash">
     <param name="quality" value="high" />
     <param name="menu" value="false" />
     <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />    
    </object>
    <!--> <![endif]-->
   </object>

2 Answers, 1 is accepted

Sort by
0
Bruno Lopes
Top achievements
Rank 1
answered on 07 Dec 2009, 11:38 PM
I have the same problem. Did you got this fixed?

I'm using Q32009

Thanks
0
Yana
Telerik team
answered on 09 Dec 2009, 02:17 PM
Hello there,

 Please check this online example which demonstrates that dropdown overlays flash movies.


Sincerely yours,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Jorge
Top achievements
Rank 1
Answers by
Bruno Lopes
Top achievements
Rank 1
Yana
Telerik team
Share this question
or