Urgente!!! No sé que hacer!!!
El script del Twitter funciona perfecto en firefox y chrone pero no en Internet Explorer, alli se descuadra, les mando el codigo..
.twtr-widget {
float: left;
posicion:absolute;
width: 300px;
margin: 770px 0 0 460px;
padding: 0 0 0px;}
<body>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 30000,
width: 600,
height: 800,
theme: {
shell: {
background: '#800000',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#800000'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'default'
}
}).render().setUser('STFConsultores').start();
</script>
</body>
El script del Twitter funciona perfecto en firefox y chrone pero no en Internet Explorer, alli se descuadra, les mando el codigo..
.twtr-widget {
float: left;
posicion:absolute;
width: 300px;
margin: 770px 0 0 460px;
padding: 0 0 0px;}
<body>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 30000,
width: 600,
height: 800,
theme: {
shell: {
background: '#800000',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#800000'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'default'
}
}).render().setUser('STFConsultores').start();
</script>
</body>