שלום,
בניתי מין בלוק עפ פינות עגולות שכזה.
הבעיה באותו בלוק הוא בתמונה איפה מלבן צהוב:
http://www.siz.co.il/my.php?file=jhcdzddzmnyn.png
אני רוצה להעלים את כל החלק הזה משום שהמרווח בין הטבלה עם התמונות לבין החלק העליון של הדיב גדול מידי.
ישנה אפשרות להקטין את הגובה (איפה שיש צהוב)?
הנה הקודים:
קוד ה html:
PHP קוד:
<!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=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>Charity template</title>
</head>
<body>
<div style="border:0px solid #DCDCDC; width:270px; height:20px; overflow:auto scrolling=no">
<div class="roundedcornr_box_997391">
<div class="roundedcornr_top_997391"><div></div></div>
<div class="roundedcornr_content_997391">
<table border=1 bordercolor=black cellpadding=0 cellspacing=15 align=center>
<tr>
<td>
<a href="http://www.dolarim.co.nr">
<img src="1.png" border=0>
</a>
</td>
<td>
<a href="http://www.dolarim.co.nr">
<img src="2.png" border=0>
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.dolarim.co.nr">
<img src="3.png" border=0>
</a>
</td>
<td>
<a href="http://www.dolarim.co.nr">
<img src="4.png" border=0>
</a>
</td>
</tr>
</table>
</div>
<div class="roundedcornr_bottom_997391"><div></div></div>
</div>
</div>
</body>
</html>
קוד ה css:
PHP קוד:
.roundedcornr_box_997391 {
background: #e6e6fa;
}
.roundedcornr_top_997391 div {
background: url('roundedcornr_997391_tl.png') no-repeat top left;
}
.roundedcornr_top_997391 {
background: url('roundedcornr_997391_tr.png') no-repeat top right;
}
.roundedcornr_bottom_997391 div {
background: url('roundedcornr_997391_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_997391 {
background: url('roundedcornr_997391_br.png') no-repeat bottom right;
}
.roundedcornr_top_997391 div, .roundedcornr_top_997391,
.roundedcornr_bottom_997391 div, .roundedcornr_bottom_997391 {
width: 100%;
height: 30px;
font-size: 1px;
}
.roundedcornr_content_997391 { margin: 0 10px; }
תודה רבה.