Look at this page: Hookah It works fine on Firefox, but not on IE (the header) Tell me what the problem is and I will transfer $10 on paypal. Thanks Nima
Did you set a fixed table width that is within standard screen resolution size. such as 1024, 800 etc I think you should set the total table width to be within 1024. You may have to resize and then reslice the graphics.
It has to do with your row and col span in your tables try looking over that Send me any page and the css and I will fix it Through PM
Add this to your CSS file for TABLE : border-collapse: collapse; . Be sure to put a ; after the font declarations though else it'll screw it up. Should look like this: TABLE { FONT-SIZE: 13px; FONT-FAMILY: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; border-collapse: collapse; } Code (markup): Then you will have to fix the bottom section.
Your coding problem? I think you meant plural. Content inside master table that shouldn't be even on a table based layout, multiple tables on a page that by all indications shouldn't have more than ONE, dated deprecated tags, absolute links for no reason, improper use of header tags, lack of header tags for obvious headers, presentational markup, nonsensical classnames, unneeded classes, 81 validation errors, etc, etc, etc. My advice, chuck it and start over with SEMANTIC markup, separation of presentation from content, in a valid STRICT doctype.
Check this out, It will fix the problems automatically for you. http://validator.w3.org/check?uri=h...(detect+automatically)&doctype=Inline&group=0