Jump to content
  • 0

<H1> не отображается в IE 8


Budulianin
 Share

Question

Всем привет. Есть шапка сайта цельная картинка(блок div background:url(...)) на ней <H1> написан заголовок . Он не всегда отображается. Если обновлять страницу то переодически пропадает. В чем может быть дело? И еще у одного заголовка свойство letter-spacing:1em; в safari opera нормально отображается ширина а в IE чуть меньше. Как выйти из этой ситуации?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

ссылку на страницу в студию, ибо та информация которую вы предоставили абсолютно не как не прояснеет в чем у вас проблема... Для IE можете по юзать условные коментарии

<!--[if IE]>
<![endif]-->

Все что внутри такой конструкции будет выполняться только в IE

Link to comment
Share on other sites

  • 0

Ссылки нету сайт у меня на компе.

Только что попробывал комментарии к IE и заметил что они действуют на OPERA и Safari

#Head h2 {margin:0;

padding: 0 0 0 12%;

letter-spacing:1em;

<!­­--[if IE]> letter-spacing:2em; <![endif]-->

font-size: 2em;

color: #0066FF;}

если так

#Head h2 {margin:0;

padding: 0 0 0 12%;

<!­­--[if IE]> letter-spacing:2em; <![endif]-->

font-size: 2em;

color: #0066FF;}

То не действуют

:) для IE 7 и 8 аналогично

Edited by Budulianin
Link to comment
Share on other sites

  • 0
Ссылки нету сайт у меня на компе.

Ну на нет... сами знаете. Гадать, что и почему можно очень долго. Выложите сайт на любой бесплатный хостинг, ну или хотя бы код предоставьте...

Только что попробывал комментарии к IE и заметил что они действуют на OPERA и Safari

#Head h2 {margin:0;

padding: 0 0 0 12%;

letter-spacing:1em;

<!­­--[if IE]> letter-spacing:2em; <![endif]-->

font-size: 2em;

color: #0066FF;}

если так

#Head h2 {margin:0;

padding: 0 0 0 12%;

<!­­--[if IE]> letter-spacing:2em; <![endif]-->

font-size: 2em;

color: #0066FF;}

То не действуют

:) для IE 7 и 8 аналогично

Ох, кто же так условный комментарии импользует :)

Условные комментарии прописываются в самом html коде.

Например

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="styles/ie.css">
<![endif]-->

или

<!--[if IE]>
<style type="text/css">
body {background: green;}
</style>
<![endif]-->

или

<!--[if IE]>
<p>Hello! I'm IE.</p>
<![endif]-->

Подробнее Условные комментарии

Edited by sigma77
Link to comment
Share on other sites

  • 0

Вот код

<body>

<div id="Wraper">

<div id="Head" >

<h1>H1h1h1h1h1</h1>

<!--[if lte IE 7]>

<h2 style="letter-spacing:2em;">h2h2h2h2</h2>

<![endif]-->

<!--[if IE 8]>

<h2 style="letter-spacing:1em;">h2h2h2h2</h2>

<![endif]-->

<comment>

<h2>h2h2h2h2h2</h2>

</comment>

<h3>h3h3h3h3h3</h3>

<ul id="nav">

<li><a href="#">Контакты</a></li>

<li><a href="#">Награды</a></li>

<li><a href="#">Прайс</a></li>

<li><a href="#">Продукция</a></li>

<li><a href="#">Корпорация</a></li>

</ul>

</div>

<div id="LeftBar">

вавав

</div>

<div id="Wraper2">

<div id="Content" align="center">

<div id="Poisk">

<img src="logo1.jpg" align="left" class="PoiskImg"/>

<select class="select1" >

<?php include("OptionsKatalog.txt") ?>

</select>

<div id="divHr">

</div>

<select class="select2">

<?php include("OptionsTipBolezni.txt") ?>

</select>

</div>

</div>

<div id="RightBar">

RightBar </div>

</div>

</div>

<div id="Footer">

Footer

</div>

</body>

CSS

Html,Body { padding:0; margin:0; height: 100%; }

#Wraper {

width:100%;

margin:0;

min-width:800px;

min-height:100%;

}

#Head { height:200px;

width:100%;

background:url(Headimg.jpg);

}

#Head h1 {

margin:0;

padding: 3% 0 0 7%;

font-size: 4em;

color: #479EF3;

}

#Head h2 {

margin:0;

padding: 0 0 0 12%;

font-size: 2em;

color: #0066FF;

}

#Head h3 {margin:0;

padding: 1% 0 0 23%;

font-size: 1em;

color: #479EF3;

}

#LeftBar {background-color:#FFFFFF; float:left; width:20%; padding-bottom: 55px;}

#Wraper2 { float:right; width:79%; }

#Content { background-color:#FFFFFF;

width:74%;padding-bottom: 55px;

float:left;

}

#RightBar { background-color:#FFFFFF;

float:right;

width:25%; padding-bottom: 55px;

}

#Footer {background: #EAF1F7;

clear:both;

height:50px;

border-top:5px solid #A2C9EA;

margin-top:-55px;}

#nav {

width: 40%;

float: right;

margin: -3% 3% 0 0;

padding: 0 0 0 0;

list-style: none;

background-color: ffffff;

border-right:0;

border-top: 0; }

#nav li {

float: right; }

#nav li a {

display: block;

padding: 8px 15px;

text-decoration: none;

font-weight: bold;

color:#003399;

border-left: 0; }

#nav li a:hover {

color: #c00;

background-color: #fff; }

#Poisk

{

width:85%;

height:30%;

border:solid #A2C9EA 1px;

margin-top:2%;

overflow:hidden; }

.PoiskImg

{

width:35%;

height:50%;

max-height:110px;

max-width:140px;

padding:1%;

}

#divHr {

height:0px;

width:67%;

border-top:solid #A2C9EA 1px;

margin-right:5%;

margin-bottom:1%;

margin-top:1%;

float:right

}

.select1

{

margin-top:4%;

width:35em;

}

.select2

{

width:35em;

}

H1 И H2 переодически не отображаются в чем может быть дело????

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