Guten Abend
Habe eine Frage bezüglich einer Myspaceseite, welche ich versuche per CSS zu gestalten.
Bei der contact box wird ein hintergrundbild verwendet.
dieses Bild Zeigt der IE an.
Der FireFox (Firefox 3.5) nicht,
Bei einem Rechtsklick kann man das hintergrund bild in einen neuen Tab anzeigen lassen. dort wird es auch richtig angezeigt…
Der Code:
.contactTable {
background-image:url(„http://url/contact.png“);
border:0px;
width:300px !important; height:150px !important;
padding:0px !important;
background-attachment:scroll;
background-position:center center;
background-repeat:no-repeat;
background-color:transparent;}
.contactTable table, table.contactTable td {
padding:0px !important; border:0px;
background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none :!important;}
.contactTable .whitetext12 {visibility:hidden;}
Vielen Dank im Voraus