CSS Twitter
Galera estou com um problema chato aqui com uma página de um site que estou desenvolvendo onde são exibidos os últimos posts do Twitter.
Em qualquer navegador ela é exibida perfeitamente mais no IE pra variar tem um defeito... não sei pq a DIV vai pra frente e eu preciso q ela fique colada do lado esquerdo... vejam os códigos:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url="[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]">](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd)
<html xmlns="[url="[http://www.w3.org/1999/xhtml"]http://www.w3.org/1999/xhtml[/url]">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>99,3 NOVA ONDA FM</title>
<link href="css/twitter.css" rel="stylesheet" type="text/css" />
<link href="css/css.css" rel="stylesheet" type="text/css" />
<script src="[url="[http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js"]http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js[/url]"](http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js) type="text/javascript"></script>
<script type="text/javascript">getTwitters(
'tweet-container',
{
id: 'novaondafm',
count: 2,
enableLinks: true,
ignoreReplies: true,
clearContents: true,
lang: 'pt-BR',
template: '<span class="texto"> "%text%"</span><a href="#" class="time">%time%</a>'
});
</script>
</head>
<body class="css_twitter">
<a href="[url="[http://twitter.com/novaondafm"]http://twitter.com/novaondafm[/url]"](http://twitter.com/novaondafm) target="_blank"><img src="img/twitter.jpg" width="98" height="29" border="0" /></a>
<div class="fonte2" id="tweet-container">Por favor, aguarde...</div>
<div id="sigame"><a href="[url="[http://twitter.com/novaondafm"]http://twitter.com/novaondafm[/url]"](http://twitter.com/novaondafm) target="_blank" class="link2">Siga-me no Twitter. </a></div>
<a href="[url="[http://twitter.com/novaondafm"]http://twitter.com/novaondafm[/url]"](http://twitter.com/novaondafm) target="_blank" class="link2"></a>
</body>
</html>
CSS:
.css_twitter {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#tweet-container ul {
background:#fff;
color:#000;
list-style:none;
width:auto;
padding:0px 0px;
}
#tweet-container li {
min-height:40px;
background:#e5e5e5;
clear:both;/margin:4px 0;/
margin-bottom:10px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
padding:5px 5px 5px 5px;
}
.time {
font-size:11px;
display:block;
text-align:right;
margin:5px 5px 0 0;
}#tweet-container ul a {
color:#000;
font-style:bold;
}#tweet-container ul a:hover {
color:#000;
text-decoration:none;
}
O link pra vcs visualizarem a página é: http://www.nezz.com....nda/twitter.php
Alguém pode me ajudar?!?!
Vlw!
Discussão (1)
Carregando comentários...