background-attachment:fixed auch in Tabelle ?
Bert Grassl
- css
Hallo !
Ist das obige Style-Attribut auch für den Gebrauch in Tabellen gedacht?
Im IE 6.0 funzt es nämlich nicht.
Das ich etwas falsch notiert habe, glaub ich nicht. Oder?
Hat jemand diesbezüglich Erfahrung. Bitte um Info.
Danke für die Hilfe
Gruß Robert
Anbei der betreffende Tag
<table width="100%" border="0" cellspacing="0" cellpadding="20" style="border: 1pt ridge #eeeeee; background-image:url(image/PAULI.gif); background-position: 89% 10%; background-repeat:no-repeat; background-attachment:fixed;">
Hi,
Ist das obige Style-Attribut auch für den Gebrauch in Tabellen gedacht?
<table width="100%" border="0" cellspacing="0" cellpadding="20" style="border: 1pt ridge #eeeeee; background-image:url(image/PAULI.gif); background-position: 89% 10%; background-repeat:no-repeat; background-attachment:fixed;">
Da in der Tabelle nicht gescrollt wird, hat background-attachment auch keinen Sinn.
cu,
Andreas
Hallo Bert,
Ist das obige Style-Attribut auch für den Gebrauch in Tabellen gedacht?
Theoretisch: ja.
Im IE 6.0 funzt es nämlich nicht.
IE interpretiert das Attribut auch nicht gemäß des Standards. (aber dafür "logischer")
Vergleiche: http://www.quirksmode.org/css/background.html
Viele Grüße,
Christian