Forum How do I...?

@page header border "bleeds" to @page :first heade

acmdas
My @page header has a thick bottom border, but my first page margin doesn't (or shouldn't). Sadly, it does regardless of what I try. Can anyone help me get rid of the unwanted border on the first page?

My @page includes (in part):
@page {
size: US-Letter;
margin: .75in .5in .75in .6in;

@top {
font: 11pt serif;
content: "Product Name";
margin-left: .35in;
vertical-align: bottom;
text-align: left;
border-bottom: Black solid thick;
}
}

My @page :first looks like this:
@page :first {
@top {
border-bottom: none;
font: 8pt serif;
content: "Copyright 2002-2006 by My Company";
margin-left: 6.25in;
vertical-align: bottom;
}
}

Many thanks for any help.

David

mikeday
I copied your style into a new document and did see a thick border at the bottom of the page header on every page except the first. Do you have some other rules in your style sheet that might be affecting things?
acmdas
Mike -

When I copied this back, it worked for me, too. Can't see the difference, but I won't look a gift horse in the mouth - thanks!

David