Link to home
Create AccountLog in
Avatar of doramail05
doramail05Flag for Malaysia

asked on

underline the text in asp.net menu

trying to underline the text in asp.net menu
#nav-sitemap {
	       color:White;
	        background-repeat:repeat-x;
	        text-decoration:underline;
	        width:100%;
	        clear:both;
        }
        #nav-sitemap 
        {
            color:White;
	        margin:0 0 0px 0;
	        padding:20;
	        text-decoration:underline;
        }
        #nav-sitemap 
        {
            color:White;
	        list-style:none;
	        display:block;
	        width:200px;
	        font-size:14px;
	        font-family:Arial,"Arial",Times,serif;
	        float:left;
	        text-align:center;
	        margin:20;
	        padding-left: 20px;
            padding-right: 20px;
            padding-top: 0;
            padding-bottom: 0;
            text-decoration:underline;
        }
        
        #nav-sitemap a 
        {
            color:White;
	        text-decoration:underline;
	        display:block;
        }

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of AarthiPrabakaran
AarthiPrabakaran

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer