wordpress - CSS Font Color Mis-interpretation by IE8, but not IE7 or IE9 -
wordpress - CSS Font Color Mis-interpretation by IE8, but not IE7 or IE9 -
i'm having issue wordpress theme project i'm working on (the theme based on roots theme wordpress).
i'm having problem controlling font color of main navigation sub-menus: in ie8. font appears same color background submenu, making invisible user. oddly, issue happens in ie8, , doesn't happen in chrome, firefox, ie7 or ie9.
the site http://precisionmfgmn.com, see error seek hovering on "companies" link on main navigation.
here details may relevant: using cufon font replacement.
any ideas?
it looks cufon using canvas ie8 , not ie7. ie8 doesn't seem back upwards ie9 does. here 2 possible solutions : - modify source code of module, if browser ie8 should not utilize canvas - forcefulness ie7 compatibility view, can adding
<meta http-equiv="x-ua-compatible" content="ie=emulateie7">
in template file
the first solution best sec easier.
css wordpress internet-explorer-8 wordpress-theming cufon
Comments
Post a Comment