Nur die Grafik vor dem text wird nicht angezeigt. Cache ist geleert und selbst Cookies sind wech. trotzdem kein Bild zu sehen.
hier mal ein link zur info.css
hier als Code:
Code: Alles auswählen
body
{
padding: 0;
margin: 0;
}
#info
{
overflow: visible;
width: 100%;
position: fixed;
z-index:2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
display: block;
float: left;
width:100%;
clear: both;
color: InfoText;
background: InfoBackground url({T_THEME_PATH}/images/icon_warning.gif) no-repeat fixed .3em .3em;
padding: .45em .3em .45em 2em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
}
#infobar a:hover
{
color: HighlightText;
background: Highlight url({T_THEME_PATH}/images/icon_warning_hover.gif) no-repeat fixed .3em .3em;
}