CSS Image Help (Image Placement Codong issue)
Posted: 30 January 2009 05:10 AM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2009-01-26

Hello everyone,
  I’m creating a webpage that I need to have a image placed in the center of the page, in which I have no problem doing. The problem comes in when I resize the browser, he image starts dissappearing. I would like for he image to remain center as the window size get smaller.

Thanks

Profile
 
 
Posted: 07 March 2009 07:53 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  6
Joined  2009-03-07

Centering is tricky, especially vertical centering.

If you post the code you’re working with I can help more. But here’s a basic example that works crossbrowser:

http://bluerobot.com/web/css/center1.html

Profile