Сказать честно в верстке и веб програмировании я очень слаб, по этому надеюсь на вашу помощь.
Проблема из разряда элементарных я так думаю, просто я совсем чайник.
Суть проблемы, отпозиционировал дивами спанами текст как надо, везде отображается нормально...но когда открываю в Internet explorer, текст из php улетает в самый низ дива.
За кривой код ногами не пинать :)
На странице.
<div class="name1">
<div class="name2">
<span class="l1"><strong>Текст1</span>
<br /> <span class="l2">текст1</strong></div>
<div class="name3"><?php echo $heading_title; ?></div>
</div>
CSS
.l1 {font-size: 50px; color: #000000;font-family: Helvetica, sans-serif; position: absolute; margin-top: -10px;
}
.name1 .l1 {font-size: 50px; color: #000000;font-family: Helvetica, sans-serif; position: absolute; margin-top: 18px;
}
.name1 .l2 {font-size: 40px; color: #EF2B92;font-family: Helvetica, sans-serif; position: absolute; margin-top: 41px;
}
.name1 {
background-color: #f9f9f9; height: 90px; width: 1024; font-family: Arial, Helvetica, sans-serif;
}
.name2 {background: #f9f9f9;
margin-left: 80px;
padding-top: 0px; float: left;
}
.name3 {margin-left: 400px;
padding-top: 30px;
font-size: 20px;
color: #EF2B92;
text-transform: none;
}