Thread background-image: IE vs. mozilla & opera (5 answers)
Opened by esskar at 2004-08-09 23:14

esskar
 2004-08-09 23:14
#25829 #25829
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
hi

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
CSS:

body.navigation
{
background-image: url(../Images/oxhead_160x160.gif);
background-repeat: no-repeat;
background-attachment: fixed;
padding: 0px;
}

HTML:
<body class="navigation">


funzt im IE; heißt: das Bild wird angezeigt; im Mozilla oder Opera jedoch nicht! was mach ich falsch?

View full thread background-image: IE vs. mozilla & opera