| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 683 人关注过本帖
标题:How to remove the arrow of the menu .net component?
只看楼主 加入收藏
vincent90152
Rank: 1
等 级:新手上路
帖 子:32
专家分:0
注 册:2007-7-24
收藏
 问题点数:0 回复次数:3 
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
hmhz
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:30
帖 子:1890
专家分:503
注 册:2006-12-17
收藏
得分:0 
发错地方了吧

[编程论坛] ASP超级群:49158383  敲门暗号:ASP编程
龍艺博客 http://www.
2007-10-22 15:10
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
收藏
得分:0 
这个是.NET的Menu控件?楼主想删除其中一项?
2007-10-22 18:09
vincent90152
Rank: 1
等 级:新手上路
帖 子:32
专家分:0
注 册:2007-7-24
收藏
得分:0 
我是想将menu的箭头拿掉
已经有人告诉我怎么做了
谢谢您的回应
2007-10-23 08:50
快速回复:How to remove the arrow of the menu .net component?
数据加载中...
 
   



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

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