Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

two background images css

#example1 {
  background-image: url(img_flwr.gif), url(paper.gif);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
}
 
PREVIOUS NEXT
Tagged: #background #images #css
ADD COMMENT
Topic
Name
1+7 =