Click here to Skip to main content
15,921,694 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
<marquee direction="down"
onmouseover="this.stop();" önmouseout="this.start();"
style="height: 500px; margin-top: 0px;">

<asp:DataList ID="dlImagess" Height="100%" style="POSITION: static" runat="server" CellPadding="5" RepeatColumns="1"

HorizontalAlign="Left" onitemcommand="dllImages_ItemCommand" Font-Names="Arial"
Font-Size="Small">
<itemtemplate>
<asp:Panel ID="Panel1" runat="server" BorderColor="#FF9933" BorderWidth="3px" Height="350px"
Width="270px">


ImageAlign="Top" BackColor="#00CC99" />








<itemstyle bordercolor="Brown" borderstyle="dotted" borderwidth="0px">
HorizontalAlign="Center" VerticalAlign="Bottom" />


</marquee>
Posted

1 solution

i am not sure about ur question but try to remove cellpadding may it help u
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900