我很难让跨页锚点在Firefox中运行:
当您点击主页上的任何轮播标题链接时,例如。 " Astral Pattern",他们应该带你去#34;工作"页面,它在Safari / Chrome中工作,但不在Firefox中工作。
我认为这可能是一个CSS问题,因为当我在Firefox中禁用样式表时锚链接起作用但我无法通过改变CSS来弄清楚如何使其工作。
这是HTML:
<h2><a href="http://www.work-form.co.uk/category/work/#astralP">Astral Pattern</a></h2>
链接到:
<div id="astralP" class="top"></div>
CSS:
div.top{
height:109px; /* fixed header height*/
margin:-109px 0 0; /* negative fixed header height */
}
任何帮助将不胜感激!
由于