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
Post a Comment