Hi Experts,
i have searched a lot to solve this problem but couldn't found any useful solution, Could you any please suggest something to solve it.
I have handle the SkipLinkTest property (SkipLinkTest="" ) also in my project but while opening my website in browser still i am getting same " A line with Link (<a href="#Menu_SkipLink"><img alt="Skip Navigation Links" src="/WebResource.axd?d=JTZu2joFV9SSF_rtMH2_MsafKVMCq_Yge-JiVhZXyaUOJOq1piEuHYFCrtFl9ewxUbKfcWshd7-eHv1R9FiMiybYLjQ9974PJMQ0mpUSdUk1&t=634776751276709129"
width="0" height="0" style="border-width:0px;"></a> ) in my browser due to that my Menu is getting misplaced.
I am Using a master page for Menu with <asp:menu ........... />
Here is the code:
<div class="HeaderBackground">
<div id="Menu_div">
<table c ...
Go to the complete details ...