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

Color picker problem in IE6 and 7

2 Answers 30 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
Arteta Sam
Top achievements
Rank 1
Arteta Sam asked on 10 Mar 2010, 11:19 AM
Hi every one,

Now i have this problem, hopefully u all can help me.
For now, i already used CSS like below to overcome the image

<style type="text/css">
        .bm_customizedInsiderGray
        {
         z-index:9999;
        }
    </style>

But, when i open my page by IE 6 and 7, i found that this display problem.

Thks in advances,
Nasri

2 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 15 Mar 2010, 12:28 PM
Hi Nasri Sam,
In case you want the palette of the color picker to show above an element with z-index:9999, you should set greater z-index for the color picker control than 9999. For example:
<telerik:RadColorPicker ID="RadColorPicker1" runat="server" ShowIcon="true"
    Style="z-index: 10000;position: relative;">
</telerik:RadColorPicker>

In case this does not help you, please send me a simple running project that demonstrates the problem.

Best wishes,
Tsvetie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Arteta Sam
Top achievements
Rank 1
answered on 16 Mar 2010, 02:14 AM
Hi Tsvetie,

Thank you for your replay, i already solved the problem.

Thank you for sharing.

Best regard,
Nasri
Tags
ColorPicker
Asked by
Arteta Sam
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Arteta Sam
Top achievements
Rank 1
Share this question
or