Hi, everybody.
Would you give me your words, please.
I am making a site using table to show contents.
But funny bugs happen all the time.
I set table line white but when I view it using IE5 or 6, doesn't show it first.
When I minimize the screen and open it again, it is fine. But often still missing a couple of lines between each rows. I don't know why.......
The link is: http://www32.brinkster.com/sanukiudon/1.doscom-ok.htm
Anyway, here is my code:
[quote]<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Template for DOS</title>
<style type="text/css">
body {
background: #000;
color: #fff;
font-size: x-small;
font-family: verdana, sans-serif;
}
h1 {
font-size: 90%;
}
.sp{
text-align: center;text-decoration: underline;
}
.left {
background: #666;
width: 15%;
position: absolute;
top: 15%;
left: 3%;
border: solid #fff 1px;
padding: 8px;
}
.middle{
background: #666;
width: 80%;
position: absolute;
top: 15%;
left: 20%;
border: solid #fff 1px;
padding: 8px;
}
.right{
background: #666;
width: 15%;
position: absolute;
top: 55%;
left: 3%;
border: solid #fff 1px;
padding: 8px;
}
.top{
background: #666;
width: 80%;
position: absolute;
top: 3%;
left: 20%;
border: solid #fff 1px;
padding: 8px;
}
.test{
float: right;
border: solid #fff 3px;
margin: 0;
}
.tom{
text-align:center;
}
table {
border: 1px solid #fff;
font-size: x-small;
border-collapse: collapse;
empty-cells: show;
}
table.small{
margin-top: 3%;
margin-bottom:3%;
margin-left: 13%;
}
th { border: 1px solid #fff;"}
td { border: 1px solid #fff;padding: 8px;}
th.th1{background: #777;}
th.th2{background: #777;}
th.th3{background: #777;}
td.col1{background: #777; font-weight: bold;}
td.col2{background: #777;}
td.col3{background: #777;}
caption{
font-size: small;
font-weight: bold;
margin: 13px;
}
A {COLOR: #fff; TEXT-DECORATION: none; font-weight: bold;}
A:hover {COLOR: #000; text-decoration: none; background: white;font-weight: bold;}
</style>
</head>
Any help will be thankful very much.
Cya.
Hiroki Kozai
[This message has been edited by Hiroki (edited 04-18-2003).]