Thanks, Jeremy. I've seen it on Android. Will investigate and report back.
LQ
--
Lou Quillio
Tech Writer
WebMProject.org
+1 518.285.0003 <= Mobile (gV)
+1 518.881.4256 <= Office
#main-container {
position: absolute;
width: 1000px;
left: 50%;
margin-left: -500px;
background-color: #fff;
}
On May 25, 6:06 pm, Lou Quillio <louquil...@google.com> wrote:
Thanks, Jeremy. I'm working with a template author from outside our
group, so waiting for his opinion on a proper fix before voiding my
template warranty. ;) Sometimes web-devs have a reason to use
convoluted rules like those above. Other times they're just
artifacts.
My personal fix is like this ...
#main-container {
/*position: absolute;*/
position: relative;
width: 1000px;
/*left: 50%;*/
/*margin-left: -500px;*/
margin: 0 auto;
background-color: #fff;
}
... and it works on all the renderers / devices I have on-hand tonight
(== everything on desktop Linux and OS X, plus N1). I'll find a
Windows box tomorrow and test IEx, then deploy if okay. Won't be
long.
> My personal fix is like this ...
>
> #main-container {
> /*position: absolute;*/
> position: relative;
> width: 1000px;
> /*left: 50%;*/
> /*margin-left: -500px;*/
> margin: 0 auto;
> background-color: #fff;
> }
This should start propagating shortly.
On Fri, May 28, 2010 at 1:28 PM, Tom <toch...@gmail.com> wrote:
> - The link to the webm-discuss list on the Play/users page is dead.
> - The Play/users page should be kept up to date, it still has the
> Chrome Early Access from May 24 as "coming soon".
Right you are. These fixes will propagate in an hour or so.
> - The Play/users page is only accessible through the "Play" section on
> the frontpage. It should be in the menu bar, like Create/tools and
> Build/code.
I agree 100%, but lost that fight to brevity concerns. (It's also
linked from /tools/ and /code/, which together with home was deemed
adequate.)
I'm going to add some drop-down navigation soon, and /users/ will be
included there. No doubt we'll step back and take a closer look at
everything over the next few weeks, now that we've survived the
launch.
Thanks for your help, and please report any similar concerns here as well.