Hey Artem, Did you get this worked out? Matt
On Thu, Aug 26, 2010 at 12:19 AM, Artem Russakovskii <[email protected]> wrote: > Thanks Matt, that fixed it, although in a weird way. If I now load any > page in IE7, the button shows up fine. However, if I refresh, no > matter how many times, the button does not appear. It seems to only > show up the first time when switching urls... any ideas? > > On Aug 25, 2:04 pm, Matt Harris <[email protected]> wrote: >> Hey Artem, >> >> I've looked at your page and can see in your code that the Tweet >> Button is rendering successfully, just not being shown. >> >> Looking at your code it looks like the problem is with your position: >> absolute; rule. In IE positioned objects like this can be missing >> their 'hasLayout' setting. To fix this it can be helpful to add >> something like zoom: 1 or height: 1% to the div. >> >> Hope that helps, >> Matt >> >> On Mon, Aug 23, 2010 at 11:21 PM, Artem Russakovskii >> >> <[email protected]> wrote: >> > Hi there, >> >> > I installed the new twitter button today athttp://www.androidpolice.com >> > and it is not showing up in IE7 (in both IE8 compatibility mode and >> > IETester). I don't see any JS errors, but absolutely nothing is >> > showing up, on either the main page or the post pages. >> >> > I tried to move the js into the header but that didn't help. >> >> > Any ideas? >> >> > Thank you. >> >> -- >> >> Matt Harris >> Developer Advocate, Twitterhttp://twitter.com/themattharris > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk?hl=en
