Click to See Complete Forum and Search --> : Layout


RagingFred
03-13-2006, 05:37 AM
I am having a problem getting the center image to center on the page, and I have not been able to find a way to bring the clock up, so it is level with the menu. Any help would be appreciated.

Test Page (http://symphoniceclipse.com/SnoopyTest/Snoopy.html)

ray326
03-13-2006, 02:10 PM
One way to do the former is to put it into the background of the body.

background: #000 url(http://www.symphoniceclipse.com/SnoopyTest/Images/Snoopy1.jpg) no-repeat 50%;

You've got some HTML errors that might be interfering with your clock/menu placement.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fsymphoniceclipse.com%2FSnoopyTest%2FSnoopy.html

RagingFred
03-15-2006, 12:06 AM
Removed the excess </div> tags and added Doc Type, and utf coding. I placed the image into the background, but now the very top is covered by the header div for some reason.

RagingFred
03-15-2006, 02:32 AM
All I did was resize the image and added about 3/4" of black space to the top of it.

ray326
03-15-2006, 01:54 PM
You can reposition the background image at will with the CSS style. I simply offset it 50% to be centered but 50% 70% would push it down on the page, e.g.

RagingFred
03-16-2006, 03:28 AM
Thanks for the tip Ray.