Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
CSS
Good Morning!...

I am using ASP.NET Sitemap httpcntext menu.

i am getting flickering problem in that.

for exmple, when i click alert message the got flickering. this will be happening all the page.

To avoid i tried to add some coede in CSS. but, not working.

.menu ul li
{
position: relative; 
float: left;
list-style: none;
}

.menu ul li ul
{
display: none;
}

.menu li 
{ 
right:0; 
position:absolute; 
top:0 
}


What I have tried:

To avoid i tried to add some coede in CSS. but, not working.

.menu ul li
{
position: relative;
float: left;
list-style: none;
}

.menu ul li ul
{
display: none;
}

.menu li
{
right:0;
position:absolute;
top:0
}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900