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

background keeps turning white!

3 Answers 108 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
SelAromDotNet
Top achievements
Rank 2
SelAromDotNet asked on 10 Oct 2008, 08:56 PM
I've just upgraded to the new q2 ajax tools and now my rotator is changing its background from transparent to white! i don't know what is going on. the first slide loads transparent just fine... but then when it skips to the next frame, the background is white!

and it's weird because 1) it doesn't do this i firefox at all, and 2) i cannot locate what element has this background. I tried firebug and IE Developer toolbar and there doesn't appear to be any element with a white background. in fact I cannot event find the element that is the size of that white background, so I have no idea where it's coming from!!

any ideas as to what is wrong here?

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 13 Oct 2008, 02:27 PM
Hi SelArom,

Could you please tell me how exactly you have set up your rotator? In general, to make the rotator transparent, you can use the following style:
.radr_clipRegion 
    background-color:transparent !important; 
.radr_item div 
    background-color:transparent !important; 



Best wishes,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
SelAromDotNet
Top achievements
Rank 2
answered on 13 Oct 2008, 03:35 PM
I tried your suggestion but no luck. It works fine in firefox, but on ie on the second and following frames it turns white. It's weird because there isn't an element that is white, as I inspected the html with firebug and IE dev toolbar, and the box that is white is NOT an element. but it is turning white, and I cannot figure out why. all that is in my rotator is a link some text and an image that loads from a collection of objects. it worked fine with previous radtools version...
0
Jack
Top achievements
Rank 2
answered on 15 Oct 2008, 11:52 AM

Hi,

My apologies if anyone read my first edit here - I didn't read down the other threads - Serrin has fixed this issue for me now.

Declare a CssClass in your rotator such as  CssClass="RadRotator_Default"
 
and then add the class to your stylesheet

.RadRotator_Default .radr_clipRegion
{
width: 100%;
height: 100%;
background-color: Transparent;
overflow: auto;
position: absolute;
}

All is good now.

Cheers,

Jon

Tags
Rotator
Asked by
SelAromDotNet
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
SelAromDotNet
Top achievements
Rank 2
Jack
Top achievements
Rank 2
Share this question
or