Hi Friends, I am working on a website.. I found that in the following page the contents on right pane are appearing after the contents of left pane is appearing (in Internet Explorer , it Firefox it came up correctly). Can any one help me out how to correct this. http://freegolfgame.org/golfgame04.php Iam using CSS for formatting.. Thanks a lot,
I suspect you have too tight a fit between the two columns for IE to handle. See PIE and check the 3 pixel text jog article in the IE bug section. Before anything else, thought, you need to get the markup valid. Invalid markup means the UA must make guesses about your intent. Further, IE is less fault tolerant than Firefox, eg.. cheers, gary