Hi all, I need some one with a sharp eye to spoy my mistake in my html. I have a number of pages on my site and some of them have a slight difference in the html code. But I just can't spot it. Can you spot the difference? Would appreciate it. Here's two pages and if you switch from one to the other you will see the whole page jump a few pixels one way then back again. http://seograsshopper.com/ http://seograsshopper.com/our_services.php Thanks Mike
Thanks for the quick reply. Yes if you click on http://seograsshopper.com/our_services.php Then on the head logo which is the link to the index page and back again. You will see the whole page jump about 4 pixels to the left then the right. I set the main table border to 1 pixel to show the borders and it is the whole page that jumps. There are about 20 pages on the site and half go one way and the others go the other way. Yeah scratching my head on this one... Only in firefox though. Thanks
Well, it really jumps but for just a part of the second then became at the right position, and this happens not every time. I think it can be from loading the page content, the browser loads them in parts and you have more graphics in the page and it load them one by one according to the css rules. but this is just a suggestion. Try to view website in opera or google's browser hm and maybe try from some other PC with fast connection
Yea I see it.. Whos site is this? Just random? Or what they might want to fix this since sooo many people use firefox.
It's my site. And although its only a couple of pixels it just does not feel right when it jumps. I would like to fix it. Thanks
Thanks. It is just weird. I guess you will need to move it to right or left. I guess you must choose. Which Shall it be? The Red Or Blue Pill?
I don't see it but it may be because of images and content loading as someone already mentioned. It seems perfectly fine here using Firefox 3.0.7
Hiya, I dont know how much this will help if at all but when I made a website and centered it in the middle of the screen by using margin: 0 auto; PHP: I found the page would jump when going from a page which was less than 100% height. to one what was over. The way I found this helped was to add the the following to the .css: html { min-height: 100%; } PHP: This helped me but not sure if its whats causing you issues as I am still very new to anything to do with websites. If I never helped at all then sorry. - Methok
It jumps as you have a scrollbar on the second page but not the first. Take a look here: http://www.webmasterworld.com/forum119/253.htm
Absolutely bang on. Yes IE put a scroll bar on the right wether it needs one or not. The scroll bar was shoving it over. The answer then is to extend the depth of my pages so it sets a scroll bar on every page in firefox. I really appreciate you spotting that. Thanks again