Jump to content
  • 0

щели в ИЕ6


sdm98
 Share

Question

Добрый. хелп, плиз....

такая хрень в ie6

см 185.exonit.by всплывающие изображения, при наведении на активные области

какой-то левый то ли padding, то ли margin появляются между bal_top и bal_mid, bal_mid и bal_bot.

HTML:

<div class="bal_top"></div>

<div class="bal_mid"><div class="bal">

<div class="p1">КОНТАКТ! регионы<span> <br/> Телефонный справочник Вашего города</span></div>

</div></div>

<div class="bal_bot"></div>

CSS:

.p1{

font:Arial, Helvetica, sans-serif;

font-size:18px;

color:#202020;

text-align:center;

}

.p1 span {

font:Arial, Helvetica, sans-serif;

font-size:12px;

color:#778de2;

text-align:center;

}

.bal {

margin-left:15px;

width:170px;

text-align:center;

}

.bal_top{

width:200px;

height:6px;

background: url(../images/b_top.jpg) no-repeat top;

}

.bal_mid{

background: url(../images/b_mid.jpg) repeat-y center;

width:200px;

}

.bal_bot{

width:200px;

height:6px;

background: url(../images/b_bot.jpg) no-repeat bottom;

}

Edited by sdm98
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

попробуйте написать так:

.bal_top{
width:200px;
height:6px;
line-height: 0;
background: url(../images/b_top.jpg) no-repeat top;
}
.bal_mid{
background: url(../images/b_mid.jpg) repeat-y center;
width:200px;
}
.bal_bot{
width:200px;
height:6px;
line-height: 0;
background: url(../images/b_bot.jpg) no-repeat bottom;
}

Link to comment
Share on other sites

  • 0
попробуйте написать так:

.bal_top{
width:200px;
height:6px;
line-height: 0;
background: url(../images/b_top.jpg) no-repeat top;
}
.bal_mid{
background: url(../images/b_mid.jpg) repeat-y center;
width:200px;
}
.bal_bot{
width:200px;
height:6px;
line-height: 0;
background: url(../images/b_bot.jpg) no-repeat bottom;
}

спасибо... но не помогло :lol:(((

Link to comment
Share on other sites

  • 0

получилось!!! спасибо!!!

ларчик просто открылся. нужно было прижать нижний фон к верху, а верхний к низу.

думал, что при высоте div=высоте картинки это не критично....ан нет... ие им чего-то добавляет....

Link to comment
Share on other sites

  • 0
а как здесь картинки добавлять?

когда кнопку "картинка" нажимаешь, и вводишь c:\1.jpg у меня не подхватилось

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

самый простой способ: правой кнопкой мыши по картинке-->св-ва-->копируешь ее адрес и вставляешь сюда. :lol:

и потом, с твоего компа она не добавится, она в инете должна лежать.

Edited by rus
Link to comment
Share on other sites

  • 0
с вёрсткой уже справился, спасибо.

а как здесь картинки добавлять?

когда кнопку "картинка" нажимаешь, и вводишь c:\1.jpg у меня не подхватилось

.bal_top{

width:200px;

height:6px;

background: url(Snap1.gif) no-repeat;

}

.bal_mid{

background: url(Snap2.gif) repeat-y;

width:200px;

}

.bal_bot{

width:200px;

height:6px;

background: url(Snap3.gif) no-repeat;

}

.bal_top, .bal_mid, .bal_bot {overflow:hidden;}

Пробуй так у меня получилось

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