コード:位置相対トップ/ボトム無視のInternet Explorer 6/7
<div class="container_16" id="enlacesSeo">
<div id="titulo_destinos">
<h2>PRINCIPALES DESTINOS</h2>
</div>
<div id="destinos">
<ul class="enlacesSeo">
<li>Items</li>
<li>Items</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
CSS:
*Enlaces principales destinos - SEO */
#enlacesSeo {
border-bottom: 1px solid #DDD;
height:50px;
position:relative; top:-15px;
margin-bottom:5px;
}
* html .enlacesSeo {
/*hack IE6*/
position: relative;
bottom: 30px;
}
*+html #enlacesSeo {
bottom: 30px;
}
#enlacesSeo div#titulo_destinos{
float:left;
width:179px;
border-right: 1px solid #ddd;
}
のFirefox、ChromeとOperaのOK。 Internet Explorerの6/7、無視:(
はでも試してみました:?
* html .enlacesSeo {
/*hack IE6*/
position: relative;
bottom: 30px;
}
私が間違ってやっている任意のアイデアを
写真を見てください
あなたの全体のHTMLとCSSを投稿してくださいだろう。 –