mike wrote: > Hi, > > in > https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual-%28v2.x%29 > anchors do not work with SeaMonkey, i.e. clicking on a link does not > jump to the corresponding section. It works with Firefox, though. >
My guess is that it is using some specific JavaScript mechanism 'user-content-*' to act as a link that legacy SeaMonkey doesn't support or the JavaScript library used doesn't properly identify SeaMonkey to enable the function. Far better to just use tried and true link-anchor <a href="#to_anchor">To Anchor</a> ... <a name="to_anchor">All browsers will find me</a> or more modern: <a href="#to_anchor">To Anchor</a> ... <span id="to_anchor">All browsers will find me too</span> -- Take care, Jonathan ------------------- LITTLE WORKS STUDIO http://www.LittleWorksStudio.com _______________________________________________ support-seamonkey mailing list support-seamonkey@lists.mozilla.org https://lists.mozilla.org/listinfo/support-seamonkey