Moin Moin,
die - Zeilenhöhe- wird im IE6 anders dargestellt als im FF(ohne Line-hight angabe) .
Habe es probiert über Line-hight 20 px , in der CSS, aber da tut sich nix im IE
Habt ihr bitte ein Lösung, damit das nicht so gequetscht aussieht.
http://www.mallorca-lifestyle.es/Restaurants.Mallorca/1E.Restaurantes.Mallorca.html
Danke für jede Hilfe
die - Zeilenhöhe- wird im IE6 anders dargestellt als im FF(ohne Line-hight angabe) .
Habe es probiert über Line-hight 20 px , in der CSS, aber da tut sich nix im IE

Habt ihr bitte ein Lösung, damit das nicht so gequetscht aussieht.
http://www.mallorca-lifestyle.es/Restaurants.Mallorca/1E.Restaurantes.Mallorca.html
HTML:
<div id="Mallorca_Lifestyle_cont_rubrik-Restaurantes">
<h1 class="rubrikCenter">Restaurants Mallorca </h1>
<br /><br /><br />
<h3>
<a href="http://www.laconcha.tv" target="_blank">- La Concha (Puerto Portals)</a><br /><br />
<a href="#" onclick="MM_openBrWindow('../_Kunde.PopUp/Ms.The.Cooking.Company.Paguera.Restaurante.Mallorca.www.cooking-company.es.html','','scrollbars=yes,resizable=yes,width=1030,height=700')"> - M´s Restaurant & Catering (Paguera) </a><br /><br />
<a href="#" onclick="MM_openBrWindow('../_Kunde.PopUp/Mirador.de Cabrera.Klausmann.Es.Pas.de.Vallgornerai. Restaurante.Mallorca.www.klausmann-cooking.es.html','','scrollbars=yes,resizable=yes,width=1030,height=700')"> - Mirador de Cabrera (Es Pas de Vallgornera) </a><br /><br />
<a href="http://www.moli34.es/" target="_blank">- Moli 34 (Campos)</a><br /><br />
<a href="#" onclick="MM_openBrWindow('../_Kunde.PopUp/Pura.Vida.Cala.Figuera.Restaurante.Mallorca.www.pura-vida-mallorca.com.html','','scrollbars=yes,resizable=yes,width=1030,height=700')"> - Pura Vida (Cala Figuera)</a><br /><br />
<a href="#" onclick="MM_openBrWindow('../_Kunde.PopUp/Sa.Llotja.Porto Colom.Restaurantes.Mallorca.www.restaurantsallotjaportocolom.com.html','','scrollbars=yes,resizable=yes,width=1030,height=700')"> - Sa Llotja (Porto Colom) </a><br /><br />
- Sa Vinya Restaurante (Deiá)<br /><br />
<a href="http://www.seapalma.com/" target="_blank">- sea restaurant (Palma)</a><br /><br />
<a href="#" onclick="MM_openBrWindow('../_Kunde.PopUp/Simply.Fosh.Palma.Restaurante.Mallorca.www.simplyfosh.com.html','','scrollbars=yes,resizable=yes,width=1030,height=700')"> - Simply Fosh (Palma) </a><br /><br />
<a href="#" onclick="MM_openBrWindow('../_Kunde.PopUp/Sol.y.Vida.Restaurante.Cala.Murada.Mallorca.www.restaurante-solyvida.com.html','','scrollbars=yes,resizable=yes,width=1030,height=700')"> - Sol y Vida (Cala Murada) </a><br /><br />
<a href="http://www.varadero-portopetro.com/" target="_blank">- Varadero (Porto Petro)</a>
</h3>
</div>
Code:
#Mallorca_Lifestyle_cont_rubrik-Restaurantes {
float: right;
width: 415px;
height: 452px;
margin-top: 17px;
margin-right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #435052;
padding-right: 10px;
text-align: left;
padding-left: 30px;
letter-spacing: 1px;
padding-top: 0px;
border: 2px solid #EE7F01;
background-image: url(../_images/Rubrik/Mallorca.Lifestyle.Restaurante.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
display: inline;
overflow: auto;
line-height: 20px;
}
Danke für jede Hilfe