I have added a page top margin. It's effective in FF, but is not activated in IE7.
link: link
Code I have the margin in presently:
#page {
width: 950px;
margin: 0px auto;
margin-top: 30px;
background: #FFF url('images/page_background.jpg') top center repeat-y;
padding: 0 10px 0 10px;
}
Is there code I can write that will add my desired margin for both FF and IE?
-Scott