1
Hi.
Weird problem. Inside a template a have this (example):
info: used - instead of tags <>
-table-
-tr
class="head"-
-td-Emner-/td-
-td-Indlæg-/td-
-td-Sidste Indlæg-/td-
-/tr-
-/table-
Now - inside the style.css I have this:
.head {
background: #cc9 url(images/headbg.jpg) left top;
padding: 4px;
font-size:10px;
font-weight: normal;
color:#000;
}
The output:So the -tr- should display a background image across the table without breaking up and the -td- should just type the words on top of the bg-image.
In FireFox:In IE:Why does IE brake up the image?It looks like the bg-image is displayed in every -td- even though no image is set for the -td- class at all.
How to fix this stupid IE error?
Best regards!