Jump to content
  • 0

Косяк в верстке, помогите найти.


dram
 Share

Question

Сказать честно в верстке и веб програмировании я очень слаб, по этому надеюсь на вашу помощь.

Проблема из разряда элементарных я так думаю, просто я совсем чайник.

Суть проблемы, отпозиционировал дивами спанами текст как надо, везде отображается нормально...но когда открываю в Internet explorer, текст из php улетает в самый низ дива.

За кривой код ногами не пинать

HTML


<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;
}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy