Bonjour,
J'ai un cadre qui est décalé complétement à gauche de l'écran, comme si le bloc n'appliquait pas le margin.
sous safari / chrome (firefox, IE 7 & 8 n'ont pas de problème).
Avec ce code quelqu'un peut-il m'éclairer ? Merci
Modifié par thibotus01 (16 Oct 2009 - 17:35)
J'ai un cadre qui est décalé complétement à gauche de l'écran, comme si le bloc n'appliquait pas le margin.
sous safari / chrome (firefox, IE 7 & 8 n'ont pas de problème).
Avec ce code quelqu'un peut-il m'éclairer ? Merci
#popular_posts {
background-image:url(../images/popular_posts.png);
}
#popular_posts {
background-position:left top;
background-repeat:no-repeat;
color:#F2F3F3;
float:left;
font-family:georgia,serif;
margin:150px -360px 0;
position:absolute;
}
.container_16 .grid_7 {
width:400px;
}
.grid_7 {
display:inline;
float:left;
margin-left:10px;
margin-right:10px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}
<div class="container_16">
<div id="header" class="grid_16">
<img id="titi-logo" alt="titi" src="logo.gif"/>
<a href="/">
</a>
<div class="clear"/>
<div id="popular_posts" class="grid_7">
<ul class="twitter">
<li class="twitter-item">
</li>
<li class="twitter-item">
</li>
<li class="twitter-item">
</li>
</ul>
</div>
Modifié par thibotus01 (16 Oct 2009 - 17:35)