Comment on Pycoder's Weekly Python Projects of 2012Comments−Bootvis13ySo you know: rendering is really bad in Firefox 17.0.1 on Windows Vista.−xradionut13yAlso broken in Firefox on Linux.−mgrouchyOP13yYeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing?−Bootvis13yA picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it: #mc_embed_signup { position: absolute; } #templateContainer { margin-top: 136px; } Not a very nice solution but it works.−mgrouchyOP13yHey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.
Comments
So you know: rendering is really bad in Firefox 17.0.1 on Windows Vista.
Also broken in Firefox on Linux.
Yeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing?
A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/
Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it:
Not a very nice solution but it works.Hey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.