HI
Below is the code of my CSS and i want the look to be the as of image 2 . but what i am getting is image 1
Please help me
Below is the code of my CSS and i want the look to be the as of image 2 . but what i am getting is image 1
div.RadMenu .rmItem a.rmLink:hover |
{ |
cursor: pointer !important; |
font-family : Tahoma; |
font-size : 8pt; |
border: 0px solid black; |
background-color : #F5F5F5; |
color :#F5F5F5; |
} |
div.RadMenu .rmItem |
{ |
font-family : Tahoma; |
font-size : 18pt; |
background-color : #001465 ; |
color : Silver; |
border : none; |
text-decoration : none; |
} |
div.RadMenu .rmItem a.rmExpandDown |
{ |
background-color :transparent ; |
background-image : none; |
} |
.RadMenu_Green .rmGroup |
{ |
border: 1px solid green; |
background-color: #fff; |
} |
Please help me