1
I Template di Joomla 1.5.x / Re:background "fluido" con i css
« il: 20 Set 2010, 21:31:46 »
salve, mi sono appena iscritto.
stavo vedendo di inserire anche io un background fluido con il vostro codice ed ho ovviato al problema "della striscia bianca" modificando widht end height in #bg_image con min-height:750px ( altezza img. in px) ed min-width:100%;
non so se avevate risolto gia diversamente, nell' eventualità fatemi sapere.
ody { margin: 0; padding:0; width: 100%; height: 100%;}
#bg_image { min-height:750px; quileft:0; position:fixed; top:0; min-width:100%; z-index:1;}
#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }
stavo vedendo di inserire anche io un background fluido con il vostro codice ed ho ovviato al problema "della striscia bianca" modificando widht end height in #bg_image con min-height:750px ( altezza img. in px) ed min-width:100%;
non so se avevate risolto gia diversamente, nell' eventualità fatemi sapere.
ody { margin: 0; padding:0; width: 100%; height: 100%;}
#bg_image { min-height:750px; quileft:0; position:fixed; top:0; min-width:100%; z-index:1;}
#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }