Hello all,
I have a problem with simple anchors. The page that contains the anchors is in an iframe. It works fine with IE and Safari but won't work with Firefox 4.0.
The code I use:
<a href="#anchor">to anchor</a>
<a id="anchor"></a>
I know it's an iframe problem. The page works fine with Firefox if the page in question is not within an iframe. Does anybody know a solution to my problem or a work around.
-Thanks.