So Im using css to make my page layout. Ive sliced all the images and got them lined up, etc. The only problem is I need more space for my content. Im afraid that if I do it incorrectly it will load the content background pics sepratly as they were all different pics. Id like for it to load the pic only once and then just display the same pic over.... is that clear as mud? What would be the best way to extend it? Could I just copy and paste all the content code over and over again like this?
Quote:
#content {
height: 350px;
width: 678px;
background: url (url);
#content {
height: 350px;
width: 678px;
background: url (url);
#content {
height: 350px;
width: 678px;
background: url (url);
|
Or......just double the height of my content so that it will display the pic twice. which would be faster and better?
|