hi i’m designer trying learn as possible coding , have question multiple backgrounds.
i have design has multiple horizontal sections each section of content. how can code using dreamweavers new fluid grid tool? want have ability make each section “expand” depending on text size/browser resize. going add code below achieve expand how add multiple backgrounds?
background-size:100% 100%;
-moz-background-size:100% 100%;
in past have sliced background multiple images , set background of each div section , has worked although i'm not sure best way go.
here example image of sections. how go coding each section?
thanks help,
– kevin
this depends on want achieve.
one way have separate divs relevant background image, way use css3, not work in ie8 , below. css3 way similar to
body {
background-image: url(images/bg.png), url(images/bgtop.png);
background-repeat: repeat, repeat-x;
}
gramps
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment