i want to know how to make this kinda of layout.
the problem is if i add the one pic then the other pic dont show....
how can i do then the both will be showed?
my css code is something like this
- Code: Select all
body {background-color: #FFCCFF;
background-image: url("banner.png");
background-repeat: no-repeat;
background-attackhment: fixed;
background-position: top center;}
the same for the another


