Background Picture Size

D

Devin

I want to add a background picture to my page. I want to know what the pixel
size is for most browsers so that the picture doesn't duplicate itself around
the borders. This way I can just change the pixel size of my image to fit the
browsers. Thanks in advance.
 
M

Murray

This is like trying to nail jelly to the wall. You'll never get it the
right size for the infinity of browser widths and heights out there.

Instead, just use CSS to prevent the image from tiling -

body { background-repeat:no-repeat; }
 
R

Rob Giordano \(Crash\)

There is a trick to nailing jelly to the wall - actually it works for Jello
but it may work for jelly as well.
 
R

Rob Giordano \(Crash\)

nah, just have to age it for a few months till it turns to rubber.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top