Pages: [1]   Go Down
Send this topic | Print
Author Topic: Two background images.  (Read 321 times)
mindpetrol
Member
*
Offline Offline

Posts: 39


WWW
« on: November 23, 2008, 04:24:28 PM »

can someone tell me what the code would be to put 2 background images on my site, one right on top of the other, but being hosted on different servers.  The reason I ask this is, it seems when I view my site the background image takes a long time to load, and it is hosted here. I would just like to (assuming its allowed) have the same image (hosted on tinypic which seems to load faster) load on top of the current backgound.  But I want it to behave like a background. Meaning I don't want it to make the page size any bigger, and I want it to tile right to the edge of the browser, regardless of screen size. 
Logged
M0ZZA
A Man In A Trance...
Loyal 110MB Member
*******
Online Online

Posts: 2553


So yeah, I would like to be a moderator.


WWW
« Reply #1 on: November 23, 2008, 06:47:40 PM »

CSS :

Code:
body {
margin:0 0 0 0;
background:url(yourpic.com);
}
Logged

Pages: [1]   Go Up
Send this topic | Print
Jump to: