Re: Errant chrome behavior and script probs
Tony <[email protected]>
| Newsgroups | gmane.comp.php.drupal.support |
|---|---|
| Message-ID | <CADEDVdp1vYnjxDHfD2yVi=sK1AYAb_Bddi7X2HU3Ze7fYQgg6A@mail.gmail.com> |
Totally confused. On May 25, 2014 4:14 PM, "Tony" <[email protected]> wrote: > > I have Chrome version 35. > The issue page you quote has this as its last comment: > "Just don't use *rem* in the body style declaration. You can use em in > place of rem and it won't affect your other styles in any way. You can > revert back to using rem for everything within your body. The whole point > of rem is to refer to the font-size of your root element (your html style > declaration)." > > I have tried all variants. Still doesn't work properly. > Am using Zen theme. > > > > On Sun, May 25, 2014 at 12:51 PM, Jamie Holly <[email protected]>wrote: > >> Update Chrome and see if the REM issue is fixed. They put a fix in on >> v34. >> >> https://code.google.com/p/chromium/issues/detail?id=319623 >> >> If not, then this is always a good work around: >> >> body > div { >> {set font-size rem here} >> } >> >> For the bottom part, add position:relative to the trigger-div. If you >> want the panel to position at the top of that div, then you need to add a >> top:0 to the panel div as well. >> >> Jamie Hollyhttp://hollyit.net >> >> On 5/25/2014 2:23 PM, Tony wrote: >> >> Two things: >> >> - Has anyone had experience or headaches with this issue: >> http://stackoverflow.com/questions/20099844/chrome-not-respecting-rem-font-size-on-body-tag? >> If so what solved it for you? >> - My site polamdev.tony-mac.com has a module in the footer. Look for >> green button. Panel should slide out to the left from the button but >> actually slides out at top of page. BUT when I am logged in it behaves >> 'correctly' and slides out next to div with green button. I have looked and >> looked but see no permission problems, no css problems, no script problems. >> What is different when I am logged in, not knowing drupal that well? Any >> help appreciated. >> >> Thanks >> >> Tony >> >> -- >> >> *Anthony Stefan Maciejowski* >> >> *http://about.me/TonyMac <http://www.about.me/TonyMac>* >> >> >> >> >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > > > -- > > *Anthony Stefan Maciejowski* > > *http://about.me/TonyMac <http://www.about.me/TonyMac>* > > > -- [ Drupal support list | http://lists.drupal.org/ ]