Hi all, I am currently working with Deadly Tips - a free tip database - while I browse through different pages on Firefox, safari and opera, all is fine. But with Internet explorer, I see the problem arise with about and contact pages. I could not find any serious problems with my code (notice that all other pages are using some dynamic data, and these are totally static), could any expert have a look at that and suggest me the solution. Thanks in advance...
Have you tried working through each error shown by W3C Validator? I've used this tool to find and get rid of silly coding errors. Jon
Ya I too agree to Jon. When you clear up most of the errors occurring on W3C validator, you definitely get very few discrepancies on different browsers. So try validating the page on W3C validator and then may be it would work.
Thanks for the heads up, I tried to recover and the most important alignment problem is now gone. Errors still exist though, will clear it off soon. Thanks again.
Look at your css: .post-wrapper { background-color: #FFF; padding: 15px; width: 583px; border: 1px solid #EBEBEB; [COLOR="Red"]//margin: 15px; //float:left;[/COLOR] } Code (markup): You're not using the correct method for commentary, thus stupid IE6 will implement them without a doubt. If you want to disable some lines in css, wrap them between /* and */.