css - web site style is off center in IE -


i've been spinning head 2 days trying find out why site looks messy in ie8, , 9. looks fine in chrome , firefox. need help, can't find css issue...

http://tytonsound.com/ web site.

in ie, there's scripts aren't being noticed. (like nav bar). in addition, nav bar off center, , shifts down little.

please let me know if notice causing site off center.

you're missing doctype causing ie render site in quirks mode.

if you're using html5 should place <!doctype html> @ top of file (make sure nothing precedes this, not white space) otherwise use xhtml or html 4 doctype.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -