I use
\makeatletter
%clear headers for empty pages
[EMAIL PROTECTED] [EMAIL PROTECTED]
\hbox{}
\thispagestyle{empty}
\newpage
[EMAIL PROTECTED]
\makeatother\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{ #1}}\fancyhf{}
\fancyhead[LE]{\thepage}
\fancyhead[RE]{\thesection}
\fancyhead[CE]{\tiny\MakeUppercase{{\leftmark}}}
\fancyhead[CO]{\tiny\MakeUppercase{{\rightmark}}}
\fancyhead[LO]{\thesection}
\fancyhead[RO]{\thepage}Maybe this works for you?
Ekkehart
