Hello expert webmasters, i have designed website n there a problem i found my content on index page is not showing properly. In 1280x1204 resolution it shows correctly and in resolution such as 1280x728 n below it does not show properly.The Table get condensed in extreme right corner What should i do? Can i fix this with the help of javascript.
It looks like you defined the width of the tables for left column=264 and middle column= 643 but not the right column. Just those first two columns add up to width of 907 which won't display all content on 800x600 without scrolling. Use smaller column widths so total width is 800 to display everything on 800x600.
Maybe I misread your post. Thought you were trying to optimize the display for 800x600. Yeah, most people use larger screen resolution but it's still standard when coding to stay close to maximum 800 width.