daemonoropsis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: IE8 skips some css in child theme, works if I use jetpack cssif you render using this emulator you get the same results as me on http://www.mortenaagaard.com/test/:
Forum: Themes and Templates
In reply to: IE8 skips some css in child theme, works if I use jetpack cssWith the css in the child theme style.css I see this: http://mortenaagaard.com/test/wp-content/uploads/2013/03/child.jpg
with the css in the custom css in jetpack I see this:
http://mortenaagaard.com/test/wp-content/uploads/2013/03/jetpack.jpgI’m on my work computer so I cant be sure its not some kind of weird security setting, the IE8 we are running is version 8.0.7601.17514 if that matters in any way.
I could easily use the jetpack option. It just doesn’t seem as elegant if you know what I mean 🙂
Forum: Themes and Templates
In reply to: IE8 skips some css in child theme, works if I use jetpack cssIt seems to be ignoring at least this:
body {
background-color: #ffffff;
}and some of this:
nav.main-navigation {
margin: 10px 0 0;
}.main-navigation li a {
line-height: 11px;
border-left: solid 1px rgb(192,192,192);
padding: 0 5px;
margin: 11px 0 3px;
}.main-navigation li:first-child > a {
border-left: medium none;
}.main-navigation li {
margin: 0;
position: relative;
font-size: .7rem;
}.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
text-align: right;
border-bottom: 0;
border-top: 0;
}.menu > li:first-child > a {
border-left: medium none;
}.main-navigation li a:hover {
color: #76a714;
}.main-navigation .current-menu-item > a, .main-navigation .current_page_item > a {
color: #76a714;
font-weight: normal;if you look at http://www.mortenaagaard.com/test in firefox and ie8 the difference is very noticeable especially in the menu at the top. If I paste all the css into jetpack it works perfectly which has me very confused. I would like to have it in a child theme as the css changes would be lost if I switch themes back and forth or deactivate jetpack.