Divin Mfwamba

Divin Mfwamba

  • NA
  • 22
  • 10.4k

The scrolling image on top of other image...

Jul 24 2013 9:36 AM
Hello!

I have one static banner on my page then the other banner it's used with the "marquee".
the static one is this one:
<asp:Image ID="Image6" runat="server" ImageUrl="/Sliding_Images_5secondes/images/Banner1.jpg"/>

Then what I need? I would like to see this banner when scrolling. It's must scrollover on it. Maybe I miss an attribute to put inside of the marquee.

Then other one is:
<marquee id="marclient" onmouseover="javascriptmarclient.stop()" onmouseout="javascriptmarclient.start()" atomicselection="true"
        direction="left" behavior="scroll" loop="infinite" scrollamount="3" scrolldelay="5" class="marqueebodytext">                               
        <asp:Image ID="Image1" runat="server" Height="100px" ImageUrl="Chrysanthemum.jpg" style="margin-left:Opx" width="139px"/>
        <asp:Image ID="Image2" runat="server" Height="100px" ImageUrl="Desert.jpg" style="margin-left:Opx" width="139px"/>
        <asp:Image ID="Image3" runat="server" Height="100px" ImageUrl="Hydrangeas.jpg" style="margin-left:Opx" width="139px"/>
        <asp:Image ID="Image4" runat="server" Height="100px" ImageUrl="sara_tship1.jpg" style="margin-left:Opx" width="139px"/>
        <asp:Image ID="Image5" runat="server" Height="100px" ImageUrl="israel_mfwamba1.jpg" style="margin-left:Opx" width="139px"/>
        </marquee>

Answers (6)