What I would LOVE to know is: how on earth do you change the speed and transition effects for the slide show? I put a slideshow in the header of the layout.master and no matter what I do, it stays the same. And I do NOT have caching turned on for CSS.
Here is the code I dropped in:
<portal:SlidePanel ID="spanel1" runat="server" CssClass="rotatecontainer">
<portal:SkinFolderImage ID="imgs1" runat="server" ImageFileName="images/FrontDesk.jpg"
AlternateText=" " />
<portal:SkinFolderImage ID="imgs2" runat="server" ImageFileName="images/Kitchen.jpg"
AlternateText=" " />
</portal:SlidePanel>
I tried using the TransitionEffects tag and other suggested things from another forum post, but nothing works. I don't even have the CSS style in my stylesheet. . . Can someone help with this please? I LOVE the slideshow, but by default, it moves quite fast and I would like to mess around with the transition effects.
Thanks in advance,
~D