![]() |
IE8 Display issue
Ok I have built a website and cleaned up the code using the validator as best I could for now to see if that fixed the issue but for some reason my website still is displayed wrong in IE8. It looks great in chrome and firefox but I cant figure out what I am missing to get it to look right in IE8.
The site is http://www.tnbarfinder.com/index.php I am getting the pop up each time that says "Element does not exist in DOM!" and the logo and social links have white boxes around them. Is there a line like <!--[if lt IE 8]> that I am missing? Thanks in advanced for any help I can get. |
With regards to the white borders around images, you need to turn off the borders on those images nested within anchors:
Code:
a img { border: 0 }You're attempting to create a ticker in site.js on line 3, and also index.php on line 192. Remove one of these commands and the errors will go away. |
Quote:
|
| All times are GMT +1. The time now is 08:03 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.