URLs stack incorrectly on each other
-
This is one of my working site pages:
https://www.mu-guides.com/basic-gameplay/I noticed that when i re-hover over the second link from the left it will stack the URLs like this in the bottom left of the browser display(firefox):
https://www.mu-guides.com/basic-gameplay/basic-gameplay/The html for the navigation looks like this:
<ul id="main-navi" class="navi"> <li><a class="test" href="pollsarchive/"></a></li> <li><a class="test" href="basic-gameplay/"></a></li> <li><a class="test" href="#"></a></li> <li><a class="test" href="#"></a></li> <li><a class="test" href="#"></a></li> <li><a class="test" href="#"></a></li> </ul>
I dont see anything wrong..
It works fine and directs traffic correctly, but its unsettling seeing that happen in the browser.
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘URLs stack incorrectly on each other’ is closed to new replies.