This is going to be really simple for you guys but I cannot see why my Wife's website www.biccies.com has visible lines across it in IE but not in firefox.
Any ideas as to what the problem, and resolution may be would be gratefully appreciated.
Thank you
Ricky
11-03-2012, 07:05 PM
rtrethewey
Your page doesn't begin with a complete <!DOCYTPE>, so browsers will render the page in what's called "quirks mode" - and every browser works differently in that mode. You want to use a complete <!DOCTYPE> statement so that browsers will render your pages in "Standards Compliance Mode" so that they'll all at least try to render the pages using the same rules. There'll still be differences, but they're trivial when compared with Standards/Quirks modes.
Search on "doctype switch" and you'll find some good advice.