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

Rad Editor Cutom Toolbar Button Image Issue with IE 6

4 Answers 38 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Harmeet
Top achievements
Rank 2
Harmeet asked on 29 May 2012, 07:39 AM
Hi,

I added new custom button in rad editor toolbar using toolbar xml file and its working fine in all IE version except IE 6.
Please the attached below code.

Toolbar.xml
<tools name="Toolbar7" dockable="true" >
    <tool name="CrossLinking" />
</tools>

Css Class
.reTool .CrossLinking
{
    background-position: center center;
    background-image: url('../Images/4x_cross-refrence.png');
    background-repeat: no-repeat;
 
      /* CSS Background image hack for IE 6. Tried below CSS hack for  IE 6 its not working in both the cases with hack and without hack*/
 
    _background-image: url('../Images/4x_cross-refrence.png');
     
}

Rad Editor Markup
<rade:RadEditor runat="server" ID="RadRiskEvntCatDesc" ToolsFile="~/client/XML/RadEditorTools/MemoDefaultTools.xml" SkinID="WebBlue" EditMode="Design" ToolbarMode="Floating" ContentAreaCssFile ="~/client/CSS/EditorContentAreaStyles.css"></rade:RadEditor>


Can any here help me getting out of this.

4 Answers, 1 is accepted

Sort by
0
Harmeet
Top achievements
Rank 2
answered on 29 May 2012, 07:45 AM
And the output for the same is attached issue snap shot
0
Accepted
Rumen
Telerik team
answered on 29 May 2012, 02:13 PM
Hi,

I tested the reported custom button scenario in IE6 and I was unable to replicate the problem as shown in the following video: http://screencast.com/t/O2wz3Mni.

Regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Harmeet
Top achievements
Rank 2
answered on 29 May 2012, 04:04 PM
Thanks for your active response. but its still not working in my case, will its have any concerns with my project folder sturcture.

please find the attached folder structure.
0
Harmeet
Top achievements
Rank 2
answered on 30 May 2012, 12:50 PM
Thanks Rumen, Its working fine now.
Tags
Editor
Asked by
Harmeet
Top achievements
Rank 2
Answers by
Harmeet
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or