Leave a comment

averykellaway March 22 2006, 03:08:34 UTC
It's here. And it's no problem. I should thank you first XD

GLOBAL_HEAD ( ... )

Reply

averykellaway March 22 2006, 03:09:04 UTC
I've to continue here.. Way too long.

JOURNAL

... )

Reply

mglayout_test March 22 2006, 03:16:21 UTC
Alright, well to really view everything better, I opened the code up on my tester site. For my view anyway, it looks much more like it's supposed to. The thing is, about your header, you basically just stuck it on top of the original, and as you can see, it's not the same size so it will never align properly. You'll have to move the top navigation links down as the header's height is a lot more and now those links are over the picture. This is the part of the code you'll need to focus on for that:

/*YOUR LINK SIDEBAR*/
#sidebar1{
position:absolute;
top: 285px;
left: 50%;
margin-left: -349px;
width: 556px;
height: 100%;
position: center;
visibility: visible;
font-size:10pt;
z-index:2;
border-bottom: 2px solid #202020;

^ I bolded the parts that you need to change to incorporate the larger header.

Also, I have to ask to be sure, are your 4 style boxes set to Generator? If one is off, it'll mess up the entire layout! I hope this helps :).

Reply

averykellaway March 22 2006, 03:39:44 UTC
I think I know what happened. The style boxes! Ugh. I forgot to check. Though I could've sworn I've changed it last night.

Reply

mglayout_test March 22 2006, 03:40:33 UTC
not a problem :).

Reply

averykellaway March 22 2006, 03:43:33 UTC
Thank you! XD

Reply


Leave a comment

Up