TruthInSatire
Programmer
can someone please tell me why IE is putting a gap below the header graphic please?
css
We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
css
Code:
#container {
text-align: center;
}
#body {
width: 750px;
border: 1px solid #006699;
margin-right:auto;
margin-left:auto;
overflow: auto;
}
#menu {
margin-left: auto;
margin-right: auto;
background-color: #6179B5;
border-top: 1px solid #CCCCCC;
color: white;
font-family:verdana;
font-size: 12px;
padding: 2px;
}
#content {
text-align: left;
padding: 10px;
}
#footer {
clear: both;
}
We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.