MyBB Community Forums

Full Version: CSS Issue? Maybe?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello,

http://www.gamersedge.tk/showthread.php?...pid=1#pid1
When you load the page, you see the navigation for a split second, and then it's like the whole thread moves up.

Re-installing the theme didn't help.
Any ideas on how to fix this?

Thanks,
Tyler
it's the same for http://www.clanedge.tk/showthread.php?tid=2&pid=2#pid2 and it is standard behaviour as you link to that post with that id.
Hmm, that's odd.
So how would one go about fixing this?
It's not a bug, it is intentional. The #pid2 is an anchor link that takes you to that post. There's nothing to fix here.

If you click the #4 next to this post, you'll see exactly the same thing. It's just going straight to that post, because that's what Anchor Name does.
So it's intentional that the navigation doesn't show?
That doesn't make sense.
That's not what it's doing. It's taking you to the post, it is not altering anything of the forum. Just scroll up and you'll see it again.

<a name> is a tag used to name parts of a page. <a href="#anchorname"></a> takes you straight to a named anchor with <a name=anchorname></a>

Eg.
<a href="#anchor">Hello World</a>

[Somewhere very far down the page...]

<a name=anchor>Hello World</a>

It's basically saving you time having to scroll all the way down to find the item it is talking about, by taking you straight there.
I know what #pid2 does.
I'm not asking about THAT.
I'm asking why the NAVIGATION moves up so that you can't see it.
It's not doing it on this forum.
But it is on mine.
The Navigation is still there.
What I'm saying is it DISAPPEARS, or MOVES UP on my forum.
Look...
http://www.clanedge.tk/showthread.php?tid=2&pid=2#pid2
Scroll up to where the Navigation would be.
Did you make any template edits to your theme as that is not normal behaviour of any of Justin's themes.
Pages: 1 2 3