Hi Imar,
Thanks for your reply, Actually i used this Code in Css:
.Menu
{
top: 180px;
left: 15px;
width: 195px;
position:absolute;
background-image: url("C:\Documents and Settings\All Users\Documents\My Pictures\Button.gif");
border-bottom-color:Red;
border-bottom-style:solid;
border-bottom-width: thick;
border-bottom-style: solid;
}
and the Code at Master Page is:
<asp:Menu ID="myMenu" runat ="server" DataSourceID ="MySiteMap" BackColor ="ControlLight" StaticHoverStyle-Height ="20" Font-Bold ="true" BorderColor ="#669999" StaticMenuStyle-CssClass ="GridRow" StaticHoverStyle-BackColor ="Gray" ForeColor ="White">
But still no white line between each Menu.
Another question is that the Menus are on Left side of Page, can i have an image or color which will fill the whole Lift side of the Page?
Thanks.
Last edited by majeedkhan; February 23rd, 2010 at 03:37 AM..
|