שלום! בעבר שאלתי על תיקון רווח בין שני תאים - ואכן השיטות שהוצעו לי התאימו, אך כאשר התקדמתי בקידוד נתקלתי בבעיה זהה רק שהפעם אף אחת מהשיטות לא עזרה. זה העמוד:
http://fun-il.com/a/
כפי שאתם יכולים לראות יש פס לבן בין שני התאים האמצעים. רוב הסיכויים שזאת בעיה בקוד וכדי שיהיה לכם ולי יותר נוח עדיף להשתמש ב"הצג מקור" בדף בשביל לראות את הקוד. אשמח לעזרה כיצד לתקן את זה. תודה.
*מי שמעוניין בCSS:
קוד:
body{
text-align:center;
direction: rtl;
font-family:arial;
}
table.Main-Table {
width:754px;
margin-top: 0px;
}
tr.header {
width:100%;
height: 97px;
}
td.header{
width: 494px;
height: 97px;
vertical-align:top;
border:0px solid;
float:left;
}
div.Header-Advert{
width: 494px;
height: 73px;
background-image:url(images/index_03.gif);
}
div.buttons{
height: 34px;
width: 494px;
}
div.button1 {
width: 124px;
height: 34px;
background-image:url(images/index_11.gif);
text-align:center;
float:right;
}
div.button2 {
width: 123px;
height: 34px;
background-image:url(images/index_09.gif);
text-align:center;
float:right;
}
div.button3 {
width: 124px;
height: 34px;
background-image:url(images/index_14.gif);
text-align:center;
float:right;
}
div.button4{
width: 123px;
height: 34px;
background-image:url(images/index_13.gif);
text-align:center;
float:right;
}
div.button-text {
margin-top:10px;
font-size:13pt;
color:white;
font-family:arial;
font-weight:bold;
}
td.logo{
border:0px solid;
height:34px;
float:right;
}
td.line1{
width:100%;
height:15px;
background-color:#0689BA;
)
td.Left-Menu{
width:203px;
}
td.Sline {
width:556spx;
vertical-align:top;
background-color:#0376AD;
}
div.Sline{
background-color:#0BB271;
height:20px;
width:557px;
color:#16FFE2;
font-size:10pt;
font-weight:bold;
}
table.page{
width:754px;
margin-top: 0px;
}
table.Left-Size{
width:203px;
}
td.menu-button{
width:203px;;
height:26px;
background-color:#054C78;
border-top:2px solid #034872;
color:white;
font-size:10pt;
font-weight:bold;
text-align:center;
}
td.XS-Line{
width:100%;
height:20px;
background-color:#04A6CE;
}
td.Top-Games{
width:100%;
height:307px;
background-image:url(images/index_43.gif);
text-align:right;
vertical-align:top;
}
td.Site-Search{
width:100%:
height:40px;
background-color:#145777;
color:#FFE400;
font-size:10pt;
font-weight:bold;
}
input.search{
width:70%;
height:20px;
font-size:10pt;
font-weight:bold;
}
td.copyrights{
height:40px;
width:100%;
background-color:#00ADFF;
color:#00FFFF;
font-size:10pt;
text-align:center;
}