Jump to content
MakeWebGames

Recommended Posts

Posted

OK guys im not to good with writing lines of code , I just need a quick fix to this line

body {

background-image:url('image1.png');

I want to add more then one picture in this order,what is the best way to write this

Exp : image1.png than after

image2.png

image3.png

image4.png

all center

or a way to break background picture into more smaller images for faster load time.

Posted

I seem to remember it is better to have one large image of all the backgrounds because then there are less HTTP requests. I don't believe you can do multiple backgrounds without using DIV's or something scarily hard. Please correct me if I'm wrong :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...