- $('thump1').addEvent('click', function(e){
- $('thump').empty();
- new Element('img',{
- 'src':'headphones.jpg',
- 'width':'200px',
- }).inject($('thump'));
- })
i am trying to inject an image on the page using the inject feature in mootools. this does work on firefox, but does not work on internet explorer:
this is what i have:
do you have any suggestions on how to make this work on IE
thanks


