Jump to content
  • 0

Как сделать рамку одинаковой и в ИЕ и в Мозилле?


Eirene
 Share

Question

В ИЕ все отображается как надо. Но в Мозилле - нет. Как сделать их одинаковыми? Замучалась уже :)

Код страницы:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Златопек</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link href="styles.css" rel="stylesheet" type="text/css"></head>
<body>
<div class="main">
<div id="back"><<<a href="http://www.fbf.ru/"> на главную</a></div>
<div id="logo" align="center"><img src="img/logo.gif"></div>
<div id="logo" align="center"><img src="img/slogan.gif"></div>
<table align="center">
<tr>
<td><img src="img/1.jpg"></td>
<td><img src="img/2.jpg"></td>
<td><img src="img/3.jpg"></td>
<td><img src="img/4.jpg"></td>
</tr>
<tr>
<td><img src="img/5.jpg"></td>
<td><img src="img/6.jpg"></td>
<td><img src="img/7.jpg"></td>
<td><img src="img/8.jpg"></td>
</tr>
<tr>
<td><img src="img/9.jpg"></td>
<td><img src="img/10.jpg"></td>
<td><img src="img/11.jpg"></td>
<td><img src="img/12.jpg"></td>
</tr>
</table>
<div class="entrance"><a href="entrance.html">ВХОД</a></div>
</div>
</body>
</html>



[b]Стили:[/b]

body {
color: #AFAEAE;
margin: 0;
padding: 0;
}

img {
border: 0px;
}

.main{
height: 100%;
border: 10px #D0D0D0;
border-style: solid;
position: fixed;
bottom: 0px;
top: 0px;
}

#logo {
padding: 20px;
}

#back{
margin-top: 45px;
margin-left: 45px;
position: absolute;
font: 13px;
color: #AFAEAE;
font-weight: bold;
}

a{
color: #AFAEAE;
font-weight: bold;
}

.entrance{
text-align: center;
font-family: Tahoma;
font-size: 19px;
padding: 20 0 20 0;
text-align: center;
}

Link to comment
Share on other sites

23 answers to this question

Recommended Posts

  • 0

quot;-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

quot;-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

какой доктайп вы хотите использовать?

извините а это что?

<div id="back"><<<a href="http://www.fbf.ru/"> на главную</a></div>

Link to comment
Share on other sites

  • 0

IE 6?

какая версия мазиллы?

как должна выглядеть рамка? (хотя бы скриншот с наброском)

ширина области с рамкой конечна или на весь экран?

зачем вот это?

.main{
height: 100%;
border: 10px #D0D0D0;
border-style: solid;
[b]position: fixed;
bottom: 0px;
top: 0px;[/b]
}

Link to comment
Share on other sites

  • 0
уберите это и станет лучше.

Убрала, но стало хуже. Т.к. этим я div притягивала к самому низу, не зависимо от того сколько контента в нем бы находилось. Этот же div (у него класс main) и должен обрамляться рамкой.

Link to comment
Share on other sites

  • 0

body {
color: #AFAEAE;
margin: 0;
padding: 0;
height:100%;
}

html {
height:100%;
}

img {
border: 0px;
}

.main{
height: 100%;
position:relative;
border: 10px #D0D0D0;
border-style: solid;
}

#logo {
padding: 20px;
}

#back{
margin-top: 45px;
margin-left: 45px;
position: absolute;
font: 13px;
color: #AFAEAE;
font-weight: bold;
}

a{
color: #AFAEAE;
font-weight: bold;
}

.entrance{
text-align: center;
font-family: Tahoma;
font-size: 19px;
padding: 20 0 20 0;
text-align: center;
}

притянется к низу. сейчас решу проблему полосой прокрутки.

Link to comment
Share on other sites

  • 0

решил пойти простейшим путем

создается малкнький файл brd.gif высотой 10px с элиментом границы и загоняется фоном с повтором по верху и понизу, он будет эммитировать верхнюю и нижню границу

body {
color: #AFAEAE;
margin: 0;
padding: 0;
height:100%;
background-image:url(brd.gif);
background-position:top;
background-repeat:repeat-x;
}

html {
height:100%;
}

img {
border: 0px;
}

.main{
height: 100%;
position:relative;
border:0px;
border-left:10px;
border-right:10px;
border-color: #D0D0D0;
border-style: solid;
overflow:hidden;
display:block;
background-image:url(brd.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#logo {
padding: 20px;
}

#back{
margin-top: 45px;
margin-left: 45px;
position: absolute;
font: 13px;
color: #AFAEAE;
font-weight: bold;
}

a{
color: #AFAEAE;
font-weight: bold;
}

.entrance{
text-align: center;
font-family: Tahoma;
font-size: 19px;
padding: 20 0 20 0;
text-align: center;
}

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

вот файл http://guvatara.ru/e107_images/newspost_images/brd.gif

Link to comment
Share on other sites

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

Большое Вам СПАСИБО!!! :)

ЗЫ: Для добавления рамки сверху и снизу без гифа высоту подкорректировала.

.main{

height: 97%;

.....

}

Работает!!!

ЗЫ2: Смотреть в Опере не буду - на сегодня хватит мозгонасилия :)

Link to comment
Share on other sites

  • 0

guvatara, а как поступить в этой ситуации:

когда документ становится достаточно большим и появляется полоса прокрутки, в Мозилле нижняя рамка при прокрутке остается где-то на середине документа, в ИЕ - в конце документа как и должна.

И еще один вопрос - чего это таблица так себя ведет некрасиво (в Firefox разумеется)?

http://www.fbf.ru/zlatopek/entrance.html

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