Can this be fixed, or is it an issue with the free hosting provider and the iframe they put there?
It won't let me post a link so please remove spaces to see the problem(Firefox only problem):
apostolicprinciples . org
The space at the top(between the actual page and the ad banner) is ok in IE, but Firefox adds about a 10px space there.
my css:
Code:
* {
margin: 0px;
padding: 0px;
border: none;
}
body {
background: #ddbb77;
}
.button {
float:left;
width:144px;
height:18px;
border:1px solid #998800;
background:#664400;
color:#FFFFDD;
font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
cursor: pointer;
}
#footer {
font: 9pt/200% Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #446644;
}
#footer a {
font: 8pt/200% Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #336633;
}
#footer a:hover {
font: 8pt/200% Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #889988;
}
#footer span {
font: 8pt/200% Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #336633;
}
#header {
background: url(../images/head_bg.png) repeat-x;
height: 76px;
text-align: left;
width: 1024px;
}
#main {
width: 1024px;
float: left;
border-bottom: 1px solid #BBBBBB;
}
#nav {
height: 20px;
background:#444444;
border: 1px solid #BBBBBB;
clear:both;
}
#page {
text-align: center;
width:1024px;
background: #eaffce;
border: thin solid silver;
margin: 0 auto;
}
I have tried adding top:0px; to body and divs and have read just about all of the margin-collapsing websites I can handle, but no answer is apparent.
Thanks in advance for any attempts.
Keep In Tune!
markei