method9
09-16-2002, 06:06 AM
My problem is that in IE 6.0 for some reason when the page first comes up the image in the top right of the corner of the page jumps about 5 pixels to the left. I have the graphic in a normal table at 100% and aligned right. This seems to be an alignment issue with IE.
This is the address of the site I am working on.
http://216.64.211.234/hancock2/main_site_map.htm
If you do a view source you can see the table is set to 100% and the graphic is aligned to the right. Now the weird part is when you refresh, the image jumps back into the proper position, aligned hard right. Has anyone experienced this or know how to fix it, is this an error in the way my code is written.
Another fix I tried was a javascript reload in the body tag so the page would reload as the browser was rendering the first part of the page so the user could not even tell that the page was reloading. That fixed the problem but causes errors on the page. To see this go to any of the other sections of the site per the nav bar. The sitemap section is the section I am experimenting with to see If I can correct it without the use of Javascript. If anyone knows how to fix this problem with plain HTML or a javascript reload that does not cause errors on the page would be greatly appreciated. Thank you
This is the address of the site I am working on.
http://216.64.211.234/hancock2/main_site_map.htm
If you do a view source you can see the table is set to 100% and the graphic is aligned to the right. Now the weird part is when you refresh, the image jumps back into the proper position, aligned hard right. Has anyone experienced this or know how to fix it, is this an error in the way my code is written.
Another fix I tried was a javascript reload in the body tag so the page would reload as the browser was rendering the first part of the page so the user could not even tell that the page was reloading. That fixed the problem but causes errors on the page. To see this go to any of the other sections of the site per the nav bar. The sitemap section is the section I am experimenting with to see If I can correct it without the use of Javascript. If anyone knows how to fix this problem with plain HTML or a javascript reload that does not cause errors on the page would be greatly appreciated. Thank you