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

Office 2007 Skin Problem

1 Answer 40 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Scott Rakestraw
Top achievements
Rank 1
Scott Rakestraw asked on 09 Feb 2009, 06:45 PM
I am using the office 2007 and believe this problem just started with the latest release.  If you look at the demo you will see that there are some gaps around the main content area.  That might not be a good description but the key is that the background color is not covering the whole tooltip and the background is then bleeding through.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 10 Feb 2009, 03:28 PM
Hi Scott Rakestraw,

Yes, this is an issue on our side that we missed in the latest release of RadControls. However, it is already fixed. In the meantime you may use the following fix in the head section of your website or in your external styles:

div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipTopLeft,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipTopCenter,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipTopRight,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipLeftMiddle,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipContent,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipRightMiddle,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipBottomLeft,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipBottomCenter,        
div.radtooltip_Office2007 table.ToolTipWrapper td.ToolTipBottomRight        
{     
    padding: 0 !important;     
    border: 0 !important;     
    border-collapsecollapse !important;     
}  


Greetings,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Scott Rakestraw
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or