标题:How to remove the arrow of the menu .net component?
取消只看楼主
vincent90152
Rank: 1
等 级:新手上路
帖 子:32
专家分:0
注 册:2007-7-24
 问题点数:0 回复次数:1 
How to remove the arrow of the menu .net component?

My code here

<asp:Menu ID="Menu1" runat="server" StaticEnableDefaultPopOutImage="False">
<StaticMenuStyle CssClass="p12h20-gray" HorizontalPadding="2" VerticalPadding="2" />
<StaticMenuItemStyle CssClass="p12h20-gray" HorizontalPadding="2" VerticalPadding="2" />
<DynamicMenuStyle CssClass="p12h20-gray" HorizontalPadding="2" VerticalPadding="2" />
<DynamicMenuItemStyle CssClass="p12h20-gray" HorizontalPadding="2" VerticalPadding="2" />
<StaticHoverStyle CssClass="p12h20-gray" />
<DynamicHoverStyle CssClass="p12h20-gray" />
<StaticItemTemplate>
<table>
<tr>
<td bgcolor="#b7c81f">
&nbsp;</td>
<td>
<asp:Label ID="Label9" runat="server" Text='<%# Eval( "Text" ) %>' BackColor="#FFFFFF"></asp:Label></td>
</tr>
</table>
</StaticItemTemplate>
<DynamicItemTemplate>
<table>
<tr>
<td bgcolor="#b7c81f">
&nbsp;</td>
<td>
<asp:Label ID="Label10" runat="server" Text='<%# Eval( "Text" ) %>' BackColor="#FFFFFF"></asp:Label></td>
</tr>
</table>
</DynamicItemTemplate>
</asp:Menu>

Can anyone tell me how to remove the arrow of menu .net component?

搜索更多相关主题的帖子: component arrow menu How 
2007-10-22 14:44
vincent90152
Rank: 1
等 级:新手上路
帖 子:32
专家分:0
注 册:2007-7-24
得分:0 
我是想将menu的箭头拿掉
已经有人告诉我怎么做了
谢谢您的回应
2007-10-23 08:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-179784-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.061879 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved