Hi,
I'm a newbie so please be nice.. :-)
I have some experience with CSS and what I am tring to accomplish is to add a header and footer (UNCLASSIFIED) to all pages when printed. The browser we use is IE 6 and 8.
Seems to work except that it overlaps my text at the top and bottom of each page. I read about using tables but I'd like to avoid that for a number of reasons.
Can someone help?
This is what i have in my html files
<div class="divHeader">UNCLASSIFIED</div>
<div class="divFooter">UNCLASSIFIED</div>
In this CSS:
.divHeader
{ margin-left:0;
position: fixed;
top: 0;
display: inline;
color: red;
}
.divFooter
{ margin-left:0;
position: fixed;
bottom: 0;
display: inline;
color: red;
}


Reply With Quote

.




Bookmarks