WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   css background (http://www.wcm.at/forum/showthread.php?t=224919)

mqs 19.11.2007 15:29

css background
 
hallo hab folgendes problem:

will bei einer table als hintergrund ein bild setzen, dass sich nicht wiederholen soll, und das mach ich natürlich mit css

Code:

.contentbg {
        background-attachment: fixed;
        background-image: url(bilder/top9.gif);
        background-repeat: no-repeat;
        background-position: left top;
}

das problem ist... im dreamweaver zeigt er mir das bild an.. aber im ie nicht.. ist das normal? oder wo liegt das problem... darunter liegt eine table mit folgendem hintergrund, der aber angezeigt wird:

Code:

.contentbg2 {
        background-image: url(bilder/cbg.gif);
        background-repeat: repeat-y;
}


zAPPEL 19.11.2007 15:47

Hast du es irgendwo im Internet liegen damit ich es mir ansehen kann? Was passiert wenn du das background-attachment:fixed weglässt?

lg

hewlett 19.11.2007 22:27

warum verwendest überhaupt background-attachment?


Alle Zeitangaben in WEZ +2. Es ist jetzt 10:26 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag