Navigation bar making layout align left (and IE issues)

Aug 28, 2007 22:47

I just re did my layout (raisintorte) by adding in a rotating header with a php file ( Read more... )

navbar

Leave a comment

Comments 7

av8rmike August 29 2007, 13:54:48 UTC
I see the different banners in IE6 and no nav strip, although the banner is erratic. If I scroll to the bottom and back, the image disappears.
The journal is probably not centering because the syntax on this CSS block is wrong (missing the brackets):
.bodyblock {
width: 850px; margin: auto;
background-position: center;
}

Reply

raisintorte August 29 2007, 14:17:37 UTC
Thank you! I looked over that code SO MANY times and I never noticed the missing brackets. :-)

I just added in the brackets, but it's still aligning to the left when the nav bar is turned on.

Reply

av8rmike August 30 2007, 02:21:36 UTC
Take the width setting out of body{}; it's what's keeping the layout from centering.

Reply

raisintorte August 30 2007, 02:32:50 UTC
That does solve the problem, but then it gets rid of the side part of the box around my header image.

Reply


Leave a comment

Up