Hi,
<span class="outputMode" style="display: none;">TEXT</span>
Und in meiner CSS-Datei ganz am Schluss:
@media print {
.outputMode{
display: block;
visibility:visible;
}
}Jedoch wird beim Ausdruck mein Span-tag nicht dargestellt, was mache ich falsch?
Wenn du etwas in allen anderen Ausgabemedien unsichtbar haben willst - wieso gibst du dann diese Formatierung nicht auch entsprechend fuer diese Ausgabemedien an, anstatt als inline-Style?
MfG ChrisB
--
"The Internet: Technological marvel of marvels - but if you don't know *what* you're lookin' for on the Internet, it is nothing but a time-sucking vortex from hell."
"The Internet: Technological marvel of marvels - but if you don't know *what* you're lookin' for on the Internet, it is nothing but a time-sucking vortex from hell."