I'm having some problems supporting Internet Explorer 8 in my application.
When a user clicks on a link in non-IE8 browsers, the link works fine and goes to the correct position on the page. Using Internet Explorer 8, however, the links only work when the it doesn't take all of the screen.
To better describe the problem, I took the following screenshots:
DOESN'T WORK
WORKS
Links on the first page appear as such:
<a href="http://domain/sede/ver/4143?tec=fibra#fibra1537"></a>
The IDs for links appear as such:
<a id="fibra1537"></a>
What is happening?