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

Radtooltip border style issue in ie8

3 Answers 89 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jiju
Top achievements
Rank 1
Jiju asked on 27 May 2013, 10:13 AM
Hi,
In my page I have 6 rad tooltips, I have added below class to set the border for these tooltips.

.RadToolTip
        {
            border: 6px solid Gray !important;
        }


when rendering in ie8 and ie9, one tooltip does not show the border style, all other tooltip shows the style correctly.
it render perfectly in all other browsers including ie10.
how can I solve this issue?

thanks in advance
Jiju

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 May 2013, 12:44 PM
Hi Jiju,

I have not seen such behavior and it is really odd. If you have another CssClass defined for this tooltip it is possible that a value there overrides the one you expect. I just tried that with IE9 and IE8 and it seems to work fine with me. Attached is my test page and a video from my end. I can also suggest you try the Q2 2013 Beta where we introduced a lightweight rendermode for the tooltips, so you can style them easily as they no longer use images sprites, but CSS.


Regards,
Marin Bratanov
Telerik
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
Jiju
Top achievements
Rank 1
answered on 14 Jun 2013, 06:46 AM
Hi,
The tooltip which is not showing border style is shown when there is a postback. when I show the tootltip on OnLoad, it shows the border and I notice that it has the css class .RadToolTip which is written in the page. but when it render on a button click from another tooltip, it is not showing the border and the css class is missing.


thanks in advance

Jiju
0
Jiju
Top achievements
Rank 1
answered on 17 Jun 2013, 05:15 AM
Hi,

when I use the css class in maser page, it solved the issue.

with regards
Jiju
Tags
ToolTip
Asked by
Jiju
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Jiju
Top achievements
Rank 1
Share this question
or