margin - css box doesn't fit in correctly -
i have piece of html , css code,and want table(id = "table") fit in higher in "box".but there little margin on header says "kalkulatory macierzowe".so how can fix it? html <div id = "box"> <div class = "table" id = "table"> <div id = "header">kalkulatory macierzowe</div> <div id = "table1"> <div class = "header">wyznacznik [2x2]</div> <form id = "row1"> <input type = "text" class = "det1"/><!--first row--> <input type = "text" class = "det1"/> </form> <form id = "row2"> <input type = "text" class = "det1"/><!--second row--> <input type = "text" class = "det1"/> </form> <div class = "count"><a href = "#" oncl...