I have been doing this website with a booking system, I am on a mac so i generally used Safari or Firefox... It's been coming along nicely until I chose to check it with IE.
It totally screws up the page and I haven't a clue where to start: http://offline.raileisure.com/
Fill in the booking system on the right hand side in multiple browsers and see what the difference is... IE just doesn't like it at all.
Thanks!
Your page is running in quirks mode in IE.
To prevent Quirks mode, you must add a doctype to your document. I recommend using the HTML5 doctype. Add the following to the top of your code, above your <html>
tag:
<!DOCTYPE html>
Problem solved.
Quirks mode is an obsolete rendering mode that IE supports for backward compatibility with IE5.5. It really isn't necessary for any page to support it any more, so it is recommended for all sites to have a valid doctype.
You could use any of the ones listed on this page (although if your site isn't xhtml, which I don't think it is, I'd avoid the xhtml strict and transitional doctypes).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With