[QUOTE=MP|3;2413187]Unfortunately I cannot really reproduce the error. Works normal here. Could you send me the link you are referring to?
[/QUOTE]
unfortunately, the behavior of the original posters trouble is normal.
not knowing exactly how vbulletin and internet browsers communicate. here is how i see the problem. a page loaded with a link to a particular post, not being the first post, immediately the browser jumps to the correct post number, the page takes time to load and the browser repositions the page to accommodate for the loading of everything [ie… banners, post framing, words of post themselves, pics…etc] as the pages is loading the browser is still trying to jump to the correct position of the required post number. this can happen very fast and hardly noticeable or slowly and very annoying. depending on your browser rendering of the page and your connection speed.
i know firefox you can delay the drawing of the page until more of the page is loaded by using nglayout.initialpaint.delay, this is the number of milliseconds to wait before first displaying the page, lower values will make a page initially display more quickly, but will make the page take longer to finish rendering.