Wie macht man das?
Mit Mozilla-Spezifischen CSS. So z.B.:
::-moz-selection {
background: #F00;
color: #FFF;
}
Der IE kann das natürlich nicht.
Wie macht man das?
Mit Mozilla-Spezifischen CSS. So z.B.:
::-moz-selection {
background: #F00;
color: #FFF;
}
Der IE kann das natürlich nicht.