Jump to content
  • 0

top при абсолютном позиционировании в разных браузерах


tonik_spb
 Share

Question

объясните пожалуйста почему вот в таком макете

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>

body, html{
position:relative;
font-family:Arial;
margin: 0 auto;
width: 1000px;
height:100%;
}
.page {
position:relative;
width: 1000px;
height: 450px;
background-color:GREEN;
}
.page A{
font-weight:900;
font-size:13px;
color:rgb(100,6,58);
}

.l{
position:absolute;
left: 42px;
top: 2px;
}

</style>
</head>

<body>

<div class="page">
<div class="l"><a href="#menu=0">Hello my diar friend</a></div>
</div>

</body>
</html>

В FF отступ top больше чем у IE6 примерно на 2-3 px

есть сделать доктайп transitional то все одинаково но при strict косяк =((

Заранее спасибо!!

Edited by tonik_spb
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Скорее дело в интерлиньяже (line-height). В строгом режиме он другой, чем в переходном. Это особенно с картинками заметно будет, между ними появится вертикальный зазор. В данном случае браузеры ставят разный интерлиньяж, вот и получается что в одном есть отступ, а в другом нет.

Link to comment
Share on other sites

  • 0

to Searcher: не я поиграл и с маргином и с падингом =)) со всем уже наигрался =))

to Vlad: Тоесть решения проблемы нету =(( ставить переходной и забыть про предрассудки что строгий это круто =))

Link to comment
Share on other sites

  • 0

ДА уж как и было написанно выше пришлось тыкаться с line-height =((

Иногда возникает бональный вопрос: а нахрена все мы стремимся к этому строгому стилю писания, когда IE6 плевать хотел на самый изысканный код и тд и тп =\

Link to comment
Share on other sites

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