Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

We have been working over a webpage since last month and we seemed to have no problem in any of the browsers until yesterday when we tried it in IE9. The same code seems to work pretty good in IE8,Chrome N Mozilla but not in IE9.
We actually have a slider panel which contains some anchor() But as we slide the panel and try to reach the anchors the slider panel closes back again. Ive gone through code again and again looking for typological errors but was unsuccessful.
A small help would be deeply appreciated.
Thanks
Posted
Comments
Sandeep Singh Shekhawat 11-Jan-14 4:42am    
Add some text between open and closing anchor tag. like i am adding some text or you can add nbsp

<div><a name="anything">some text</a></div>
Paramaa 11-Jan-14 5:17am    
Could you add your Javascript code here and pls tell what type of slider panel your are using like asp.net control ? Ajax ? Telerik ? or a any other without this ?
Please post the code and try to fix the issues, if there are anything showing in console tab in Developer tool.

1 solution

meta http-equiv="X-UA-Compatible" content="IE=8"


This resolved all of my issues regarding IE8 and IE9.
Thanks a lot for your help
 
Share this answer
 

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