472,127 Members | 2,117 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

asp:menu border cell grid look ?? NOOB

Playing around with asp.net 2.0 and asp:menu for the first time..
what's the attribute/code so that each item in my menu has a *SEPERATE*
border around it? Seems I can only make the border around the entire
menu. I'd like the menu to look like a datagrid. Here's my code.

<form id="form1" runat="server">
<div>
<asp:Menu ID="Menu1" runat="server" BackColor="#FFC080"
BorderColor="Olive" BorderStyle="Ridge"
BorderWidth="1px" ForeColor="Navy">
<Items>
<asp:MenuItem NavigateUrl="default.aspx?s=fences"
Text="Fence Styles" Value="Fences">
</asp:MenuItem>
<asp:MenuItem NavigateUrl="default.aspx?s=gates"
Text="Gate Styles" Value="Gates"></asp:MenuItem>
</Items>
</asp:Menu>

</div>
</form>

Jul 17 '06 #1
0 1316

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

7 posts views Thread by Chuck Hartman | last post: by
5 posts views Thread by seo | last post: by
2 posts views Thread by jason | last post: by
2 posts views Thread by Kevin L. Kitchens | last post: by
reply views Thread by =?Utf-8?B?SmltSGVhdmV5?= | last post: by
13 posts views Thread by Smith | last post: by
3 posts views Thread by win | last post: by
reply views Thread by Mark B | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.