This question has been flagged
2452 Views

Hi @all,

i would like to use a vertical header in my reports.

---------------------
| | |
| H | TEXT |

| | | | E | TEXT  | | | | | A | TEXT  | | | | | D | | | | | | E | | | | | | R | | | | | ---------------------

I add the classname "header" to my header div like this:

<div class="header" style="text-align: right; z-index: -1; position: absolute; top: 0px; left: 0px; width: 71mm; height: 297mm; overflow: hidden;">
But, the header generates a white box over the complete page.
I try to give my page content this:

<div style="z-index: 999999!important;...
Then i try to force all elements to

* {
   background: none!important;
}
Nothing works, where can i get the white thing away????

Avatar
Discard