Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
javascript not working in IE6 only
#1
I've put a javascript-based Twitter badge on a client's web site. It looks fine in Opera 9.6 and Firefox 3. It won't run in IE6, however. Is this yet another limitation of IE? Here's the site:

http://www.guswortham.info

Here's the code (which I have implemented as a component in GS, BTW):

Code:
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 180,
  height: 200,
  theme: {
    shell: {
      background: '#eeeeee',
      color: '#004000'
    },
    tweets: {
      background: '#84a584',
      color: '#000000',
      links: '#ffffff'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('fogw').start();
</script>
Pixelita Designs
http://www.pixelita.com
Visit Serbia's biggest and best internet forum!
http://www.burek.com
Reply
#2
When you do a 'view source' on the page in ie6, does it look alright?
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#3
I haven't touched it, been away from my office all night and now I check it and mysteriously, it's fine. Don't know if I can chalk that up to the weird version of IE6 we are running here at the law office (night job) or what. But when I view source, all the code is present and accounted for.
Pixelita Designs
http://www.pixelita.com
Visit Serbia's biggest and best internet forum!
http://www.burek.com
Reply




Users browsing this thread: 1 Guest(s)