Warnung für Firefox 2 und IE6
 

Warnung für Firefox 2 und IE6

#warning {
    padding: 12px 10px 5px;
    color: #000;
    background: #ff0 url(/img/2009-05/warning.png) repeat-x;
    text-align: left;
    display:none;
}
 
/*FireFox 2+3*/
#warning, x:-moz-any-link {
    display: block;
}
 
/*FireFox 3*/
#warning, x:-moz-any-link, x:default {
    display: none;
}
 
 
#warning strong {
    background-color: #000;
    color: #ff0;
    padding: 2px 3px;
}
web/warnung-für-firefox-2-ie6.txt · Zuletzt geändert: 04.08.2009 21:41 von http://yatil.de/
 
 
Impressum, Inhalte stehen unter einer Creative Commons Lizenz.