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

Custom Skin - Titlebar Issue

2 Answers 81 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Larkin Young
Top achievements
Rank 2
Larkin Young asked on 27 Aug 2007, 06:16 AM
I am having an issue trying to style the titlebar of the tooltip component. I copied the default skin and made some modifications to the CSS styles. I can't seem to get rid of the padding within the main tooltip div--is this caused by client script rendering the container?

Please see the following screenshot to see exactly what I am referring to.

http://picasaweb.google.com/larkiny/Screenshots/photo#5103260166257152498

*EDIT*  Also, I am unable to get a CSS dropshadow to work properly--I am using the technique described here:

http://www.alistapart.com/articles/cssdrop2

Using the following style block on the div.radtooltip_<skin name> rule:

background: url(shadow.gif) no-repeat bottom right;
margin: 14px 0 0 17px !important;
margin: 14px 0 0 8px;


Thanks,
Larkin

2 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 27 Aug 2007, 12:29 PM

Hello Larkin ,

Could you please, send us a small sample project including RadToolTip and the skin you are trying to modify so we can fix this for you?

In the meantime also, please check your CSS definition of the div.radtooltip_<skin name> class, that is:

background: url(shadow.gif) no-repeat bottom right;
margin: 14px 0 0 17px !important
;
margin: 14px 0 0 8px
;

I've noticed that you have two margin definitions used - one flagged with important. Is this correct, or you meant padding?

Sincerely yours,
Martin Ivanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Larkin Young
Top achievements
Rank 2
answered on 27 Aug 2007, 01:14 PM
I don't have a public site to host the file, so I submitted a support ticket entitled "Prometheus ToolTip Issue" under the radAJAX support category, as I have no option to submit a support ticket for any of the Prometheus controls.

Thanks,
Larkin
Tags
ToolTip
Asked by
Larkin Young
Top achievements
Rank 2
Answers by
Martin
Telerik team
Larkin Young
Top achievements
Rank 2
Share this question
or