[Twenty Twelve] IE 10 Issue Rendering Styles Above Header
-
Hello. My blog is located at https://libraryblogs.fullerton.edu. I recently migrated it out of the Thesis framework to Twenty Twelve, and ran into the IE issues after getting it all set up.
We have a campus-wide macronav bar we display at the very top of all of our sites. I have added this to our blog in the child theme header.php. The macronav bar displays just fine in Chrome, Firefox, and Safari, but not the actual styles of images (just text links) display in IE. I’ve got IE 10 on Windows 7 at work.
We use this same macronav bar on ALL of our websites, none of which have a problem rendering it in IE. Just WP using Twenty Twelve.
The code for the macronav bar is in my child header.php, as follows:
<body <?php body_class(); ?>> <!-- Added in CSUF header nav bar to match website branding --> <div id="macrobar"> <div class="wrap"> <div class="gutter"> <h3 id="wordmark"> <a href="https://www.fullerton.edu"><span></span>California State University, Fullerton</a> </h3> <ul id="macronav" role="navigation"> <li><a href="https://www.fullerton.edu/a-z.asp">A-Z Index</a></li> <li class="last"><a href="https://google.fullerton.edu">Search CSUF</a></li> </ul> </div> </div> </div> <div id="page" class="hfeed site">
I am using a child version of Twenty Twelve’s (/themes/twentytwelve-child/css/ie.css) to try to fix the issue in IE. The css code for the macronav bar is in there. I think the related css is too long to copy into this suppport forum box, so here is a direct link to /css/ie.css in my child theme.
And the macronav bar css begins at this section in my child /css/ie.css/
/* CG This is not workin in IE */ /* ************************ START OF SELECT CSUF.CSS ************************ */ /* Porting in only bits of csuf.css instead of calling it via an import, since some of csuf.ss might clobber WordPress theme css. */ /* *** CSUF MACROBAR AT TOP OF SITE *** */ /* =WRAP: Assigns fixed width and centers layout. Background images on body will appear behind content contained within a .wrap Elements not contained within a wrap will fill the browser window, e.g. default footer ---------------------------------------------*/ .wrap {
Following are screenshots (the red text & arrows at the top):
You can see an example of this same macronav bar rendering right in IE on several other websites we run:
[Mod note: Please remember to wrap “
<li>
“s in either a “<ol>
” or “<ul>
” on these forums]
*** If this can’t be fixed, I’m hoping someone might be able to provide instruction on how I can provide an alternate style solution for just IE… displaying those links inline side-by-side at the top still, but ONLY when viewing in IE. ***I have other IE10 issues visible on those screenshots as well, but I’ll practice forum etiquette and create separate forum threads for each issue so that each issue can be properly tracked.
Any help is appreciated.
Thank you!
- The topic ‘[Twenty Twelve] IE 10 Issue Rendering Styles Above Header’ is closed to new replies.