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

White Background

1 Answer 42 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Cade Cote
Top achievements
Rank 1
Cade Cote asked on 25 Sep 2008, 03:08 PM
I have the new radrotator on a page that I am trying to use. I have the rotator in div tags so has certain formatting. The problem I am having is I cant get the background of the rotator to be transparent. I have tried to change the backcolor to transparent and that did not work. What do I need to do to get it so there is no background. The text and stuff in the control follows the div tags I have them in, but the background stays white no matter what.

Here is the code I have. Thanks in advance

<

div class="rotator_mainimage" style="height: 344px; margin-top: 14px">

<div style="width: 90%">

<telerik:RadRotator ID="NewsRotator" runat="server" DataSourceID="xmlDataSource1"

RotatorType="Buttons" ScrollDirection="Up, Down" Height="351px"

Width="403px" BorderStyle="None" style="margin-top: 0px"

FrameDuration="4000">

<ItemTemplate>

<div class="rotator_eventtitle" style="text-align: left">

<%

#XPath("EventTitle")%>

</div>

<div class="rotator_eventdetails" style="text-align: left">

<%

#XPath("EventDetails")%>

</div>

<div class="rotator_eventdetails_url" style="text-align: left">

<a href='<%# Xpath("EventDetailsURL") %>' target="_blank">

More

</a>

</div>

</ItemTemplate>

</telerik:RadRotator>

</div>

</div>

<asp:XmlDataSource ID="xmlDataSource1" runat="Server" DataFile="~/App_Data/NewsRotator.xml"></asp:XmlDataSource>

</

div>

1 Answer, 1 is accepted

Sort by
0
Cade Cote
Top achievements
Rank 1
answered on 25 Sep 2008, 03:11 PM
Sorry. Wrong forum. Closed
Tags
Calendar
Asked by
Cade Cote
Top achievements
Rank 1
Answers by
Cade Cote
Top achievements
Rank 1
Share this question
or