Hello, I have tried all but with no success. I would like you to ask for help with this. My web page is: www.croit.org and it's rendered correctly in IE6, FF but not in IE7. The rest of page(content) continue to show on half of page. Thank you.
Looks fine to me in both IE7 and FF. All content is shown correctly (no half page breaks) Only problem i can see on ie7 is the footer is not being shown. Maybe try using div tags in place of the center tags in the footer.
Well, let's see.... Cannot validate because of a invalid character for utf-8... that's a good start Header broken on large font machines via dynamic fonts in that top menu. Menus done as flat list of anchors meaning no graceful degredation - that's a list, put it in a list. Double container when I don't see anything on the page that would require a double container. Formatting with BR's and that's what padding is for, especially since you are doing it to elements that have perfectly good ID's assigned to them. </div><br /></div> is ALWAYS a /fail/ Single column tables and tables for elements that shouldn't need to be tables in a fixed width layout Wasting extra presentational tags inside perfectly good containers - like the bold tags inside the H3's. You use a clearing div - you don't have enough on the page to warrant that. Footer not inside a block level element, that's probably why it appears/dissapears depending on screensize REGARDLESS of browser. So... Validate, use semantic instead of presentational markup, and use floats properly with proper container behavior - REMOVING unneccessary containers and adding semantic ones as needed... If I have some time tomorrow I'll do up an example page.