Jump to content
  • 0

косяк с бордером (border) в ie 6


mustang
 Share

Question

Всем привет! Мучаюсь с одной маленькой проблемой.

во всех браузерах нормально отображается, кроме ie 6 (в более старших версиях все ок)

вот скрин как в ие6:

2315ff225e70t.jpg

вот как в других браузерах:

6b6f286b735ct.jpg

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

код html

<div class="browseproductcontainer">
<div class="browseimagecontainer">
<img src="http://сайт.ru/2_160x160.jpg height="160" width="160" class="browseProductImage" align="left" title="Костюм Вираж" alt="Костюм Вираж" border="0" />
</div>
<div class="browseproductdetailscontainer">
<div class="browseskucontainer">КОС108</div>
<h2>
<a style="font-size:16px; font-weight:bold;" href="ссылка">Костюм Вираж</a>
</h2>

<span class="productPrice">693.00 руб.</span>

<a href="ссылка">[Подробнее...]</a>
</div>
</div>

код css

.browseproductcontainer {
height: 160px;
padding-bottom: 15px;
vertical-align: top;
margin: 0 30px 30px 0;
border-bottom: 2px #8C868C solid;
border-right: 2px #8C868C solid;
}

.browseimagecontainer {
float: left;
width: 160px;

}

.browseproductdetailscontainer {
margin-left: 175px;
border-top: 2px #8C868C solid;
background: #000;

}

.browseProductImage {
border: 2px #8C868C solid;
}

.browseskucontainer {
width: 25%;
padding: 2px 10px;
background: #FFFF00;
font-weight: bold;
border-bottom: 2px #8C868C solid;
border-right: 2px #8C868C solid;
border-left: 2px #8C868C solid;
white-space: nowrap;

}

подскажите как исправить сей косяк в ие 6

Link to comment
Share on other sites

3 answers 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