|
|
|
| Всем привет! Знаю как внешние углы закруглить а как внутренние??? Подскажите.
Картинка (подьясняет, какой именно хочется результат):
http://s41.radikal.ru/i094/0905/3a/25bdbe876b02.jpg
Вот код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<style type="text/css">
<!--
::selection {background: #FF9E6F;} //Opera, Safari, Google Chrome
::-moz-selection {background: #FF9E6F;} //FireFox
.fon {
background-image: url(files/bg_right_top.png);
height: 32px;
width: 32px;
background-repeat: no-repeat;
}
.fon-verh {
background-image: url(files/bg_center_top.png);
height: 32px;
}
.fon-left-verh {
background-image: url(files/bg_left_top.png);
width: 32px;
height: 32px;
background-repeat: no-repeat;
}
.table-granica {
float: none;
height: 32px;
width: 900px;
margin-top: 50px;
}
.bok-left {
background-image: url(files/bg_center_left.png);
width: 32px;
background-repeat: repeat-y;
}
.fon-left-center {
background-image: url(files/bg_center_right.png);
width: 32px;
background-repeat: repeat-y;
}
.font_right_down {
background-image: url(files/bg_right_down.png);
width: 32px;
height: 32px;
background-repeat: no-repeat;
}
.fon-left-down {
background-image: url(files/bg_left_down.png);
background-repeat: no-repeat;
height: 32px;
width: 32px;
}
.fon_center_down {
background-image: url(files/bg_center_down.png);
background-repeat: repeat-x;
height: 32px;
}
.fon-top-left {
background-image: url(files/bg_right_top.png);
background-repeat: no-repeat;
height: 32px;
width: 32px;
}
-->
</style></head>
<body background="files/bg.jpg" bgproperties=fixed>
<table width="600" height="200" align="center" rules="none" class="table-granica" >
<tr>
<td width="32" class="fon-top-left" scope="col" rules="none" style="filter:alpha(opacity=50); opacity:0.5">
<td width="848" rules="none" class="fon-verh" style="filter:alpha(opacity=50); opacity:0.5"></td>
<td width="10" class="fon-left-verh" scope="col" rules="none" style="filter:alpha(opacity=50); opacity:0.5"></td>
</tr>
<tr>
<td align="center" class="bok-left" scope="col" style="filter:alpha(opacity=50); opacity:0.5">
<th bgcolor="#FFFFFF" scope="col" style="filter:alpha(opacity=90); opacity:0.9"><div></div>
<p>dfgdfgdfg</p>
<p>dfgdfgdf</p>
<p>gdfgdf</p>
<p>gdfg</p>
<p>dfgdfg</p>
<p>dfgd</p>
<p>fgdf</p>
<p>gdf</p>
<p>gd</p>
<p>gdfgdf</p>
<p>gdfg</p>
<p>dfg</p>
<p>dfg</p>
<p>dfg</p>
<p>dfg</p>
<p>dfg</p>
<p>dfg</p>
<p>dfg</p>
<p>dfg</p>
<p>df</p>
<p>gdf</p>
<p>g</p></th>
<th class="fon-left-center" scope="col" style="filter:alpha(opacity=50); opacity:0.5"></th>
</tr>
<tr>
<td align="center" class="fon-left-down" scope="col" style="filter:alpha(opacity=50); opacity:0.5">
<th class="fon_center_down" scope="col" style="filter:alpha(opacity=50); opacity:0.5"></th>
<th class="font_right_down" scope="col" style="filter:alpha(opacity=50); opacity:0.5"></th>
</tr>
</table>
</body>
</html>
|
| |
|
|