I have a problem with toolTip and Rotator.
The CSS file is changing the style of tooltip (munual closer) and the buttons on the Rotator.
PrtScn
How can I solve this problem?
The CSS is in the Master Page.
CSS :
Rotator code:
The CSS file is changing the style of tooltip (munual closer) and the buttons on the Rotator.
PrtScn
How can I solve this problem?
The CSS is in the Master Page.
CSS :
a{ } a:hover{ color: #fff; text-decoration: overline; background-image: url('../imagens/boton1.gif');}Rotator code:
<telerik:RadRotator ID="RadRotator1" runat="server" Width="950px" Height="160px" ScrollDuration="2000" FrameDuration="1" ItemHeight="137" ItemWidth="227" RotatorType="Buttons" ScrollDirection="Left,Right" Skin="Vista" OnClientItemClicked="viewCamp"> <ItemTemplate> <div id="div_campanhas" style=" vertical-align: middle; text-align: center;" runat="server" align="center"> <asp:Image ID="Image1" runat="server" AlternateText='<%# Eval("cod_campanha") %>' ImageUrl='<%# "comum/imagens/catalogo1/" + Eval("cod_campanha")+".gif"%>' ImageAlign="Middle" /> </div> </ItemTemplate></telerik:RadRotator>