Let's say there's a link on page A: <a href="pathToWhatEver#myAnchor">...</a>
.
The content is on page B: <div id="myAnchor" name="myAnchor">...</div>
.
Is it possible to change the CSS of the div depending on the given anchor (myDomain.tld/pathToWhatEver#myAnchor)? If yes: How? There's no possibility to make this with PHP!