drupal - CSS top different with same percentage in the same browser -
i'm building drupal website , seem have stumbled across weird.
when logged-in site, percentage positions calculated differently vs. when not logged-in. i've double, triple checked , there no style sheets affecting concerned elements supplied when logged in. viewed in firefox (two instances side-by-side) how turns out:
this when logged in: top: 50%; calculated 136.067px
this seen anonymous user: top: 50%; calculated 900.4px
i can't figure out, there no difference , seen these both calculated same rule, using same selectors on same line of same css file.
(yes, know firefox , firefox de separate browsers, same results using exact same copy - convenience of screenshotting. happens in chrome , opera, haven't tried ie yet.)
jsfiddle: happens when not logged in, doesn't seem such extreme effect.
Comments
Post a Comment