Forum Moderators: not2easy
x {color: transparent; background: blahblah involving ditto marks;}
So o wäre ich nur blahblah
<x>o wäre</x> <x>ich</x> <x>nur</x> otherblahblah
<x>o wäre</x> <x>ich</x> <x>nur</x> thirdblahblah
means that the "blahblah" elements line up exactly, regardless of font, but the beginning of each line only displays as ditto marks-- and if you copy-and-paste that second line by itself, the concealed text is included in the copy. x {visibility: hidden;}
is that "visibility: hidden" also suppresses display of the background. And "color: white" or similar conceals any bits of the background that happen to be covered with text, which creates an odd effect.