Jump to content
  • 0

Проблема в IE6


Whatername
 Share

Question

Уважаемые форумчане, делал я тут сайт и решил использовать в нем блоки со скругленными углами t0T3d8YZPz.gif

Все бы хорошо, но при помещении в таблицу в IE начинает творится всякая хрень 6A2fitl1QR.gif:(

От таблицы отказаться нельзя.

Прошу помочь мне найти решение этой проблемы.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

	<div class="r-border">
<div class="tb">
<div class="cn l"></div>
<div class="cn r"></div>
</div>

<div class="content">
</div>

<div class="bb">
<div class="cn l"></div>
<div class="cn r"></div>
</div>
</div>

CSS:

.r-border, 
.r-border-shape .content{
background:#88d2fc;
}

.r-border .content,
.r-border-shape .content{
padding:10px 20px;
}

.r-border .tb, .r-border .bb,
.r-border-shape .tb, .r-border-shape .bb{
position:relative;
height:10px;
overflow:hidden;
}

.r-border .cn,
.r-border-shape .cn{
position:relative;
width:10px;
height:40px;
background:url(r-border.png);
overflow:hidden;
}

.r-border .cn.r,
.r-border-shape .cn.r{
position:absolute;
margin-left:100%;
left:-10px;
top:-10px;
}

.r-border .bb .cn,
.r-border-shape .bb .cn{
margin-top:-20px;
}


.r-border-shape .cn{
background:url(r-border2.png);
}

.r-border-shape .cn.l{
width:auto;
margin-right:10px;
}

Edited by Whatername
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