Hallo,
folgendes Problem: Ich will ne Hintergrundgrafik einfügen. Das klappt in allen Browsern (Opera, Konquer). Nur der FireFox stellt sich dumm.
HTML-Datei:
<html>
<head>
<title>nicht ohne jasper</title>
<style type="text/css" media="all">@import "./style.css";</style>
</head>
<body>
</body>
</html>
CSS-Datei:
body {
background: url('stuppp.jpg' repeat-x;
background-color: #637656;
margin: 0;
padding: 0;
}