Css and different size of monitor?

Posted by studdler on Stack Overflow See other posts from Stack Overflow or by studdler
Published on 2010-06-11T07:27:56Z Indexed on 2010/06/11 7:32 UTC
Read the original article Hit count: 153

Hi,

I am doing a website (WIP). I encountered some css problems, hope you guys can help me.

My current situation:

  • I have am image, lets called it "bg.png" with the width about 2500px, and at the center of the background image has my logo.
  • My website should target all size (from small 800 x 600 to 2400 x XXX) users.

My problems

  • How do I centralize the background image(bg.png), so that the logo always positioned in the centered(horizontally) of different size of monitors screen?

© Stack Overflow or respective owner

Related posts about images

Related posts about css-positioning