Michael Wronna: Keine HR in Druckvorschau bei Opera

Beitrag lesen

Hallo Thomas,

das hatte ich natuerlich vergessen zu erwaehnen: im Ausdruck
sind die hr's auch nicht zu sehen. Sorry fuer die unpraezise
Fragestellung. Kannst du dir darauf einen Reim machen, Ich gebe
dir mal die css-files mit:

Datei all.css ( media all ):
/* Allgemeines */
a:link, a:active, a:visited { color: #666666; }
a:hover { color: #990000; }
html { background-color: #ffffff; color: #666666; }
body, th, td { font-family: arial, helvetica, sans-serif; }
h1 { text-align: right; font-weight: bold; font-style: italic;
 margin-right: 20px; }
h3 { color: #990000; }
th { text-align: left; vertical-align: top; }
td { vertical-align: top; padding-right: 10px; }
/* Inhalts-Verzeichnis */
ol.inhalt1 { ; }
ol.inhalt2 { list-style-type: lower-alpha; }
ol.inhaltA { list-style-type: upper-roman; }
/* Inhalte */
ul { margin-bottom: 15px; }
li.Struktur1:first-line { font-size: larger; font-weight: bold; color: #990000; }
ol.Struktur2 { list-style-type: lower-alpha; }
li.Struktur2:first-line { font-weight: bold; }
span.nachoben a { text-decoration: overline; }
ol.Appendix { list-style-type: upper-roman; }
table { margin-top: 15px; margin-bottom: 15px; }
/* Fusszeile */
div#Fusszeile { font-size: smaller; border-top: solid 1px; margin-top: 10px; }

Datei print.css ( media print ):
a:link, a:visited, a:active { color: #000000; text-decoration: none; }
html, hr { background-color: #ffffff; color: #000000; }
body  { font-size: smaller; }
span.nachoben { display: none; }

Danke im voraus, Gruss,

Michael