Mon, 2013-03-25 13:37
The site http://test.gmsuppliesltd.co.uk/newsite
works great in all browsers, apart from IE 8 & 9, the top navigation, im sure its to do with the <UL> tags, but can't seem to see why, can anyone help?
you can see in the screenshot.
Wed, 2013-03-27 09:59
#1
You do seem to have some
You do seem to have some errors within your lists. Check the validity of your html, and correct the errors. IE seems to be a bit sensitive to syntax.
Absolutely do get rid of this:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Compat mode is not for new pages that are written to standards. This could be a cause of your problems.
cheers,
gary