Leave a comment

Comments 37

cartards July 3 2006, 01:35:01 UTC
These are great! Thank you so much for the ideas!

Reply


Small Question maplelog July 17 2006, 01:31:49 UTC
I'm sorry to hit you with a (probably stupid) question, but I'm using this particular stylesheet as of right now, but I got a question concerning the header nevigations. Right now the negivation links are presented in the form of a list. I want to make it so that they are presented in a row.

That is, instead of having them like this:

Previous 5 Entires
Recent
Calendar
Friends

I want to have it like this:

Previous 5 Entires Recent Calendar Friends

I know you showed us the codes that define the menu position, but I still can't get it right. So, if you could point me in the right direction, I'd really appreciate it!

Thanks =)

Reply

Re: Small Question newkidfan July 17 2006, 05:18:52 UTC
Copy and paste the following parts instead of the old ones:

/in TYPO LINKS/

.header-menu a, .header-menu a:visited { color: #8C0200; background-color: #D0EFA6; line-height: 12px; padding: 5px; margin-bottom: 5px; width: 120px; }
.header-menu a:hover { color: #FFFFFF; background-color: #CCCCCC; line-height: 12px; padding: 5px; margin-bottom: 5px; width: 120px; }

/in HEADER/

.header-menu li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}

Reply

Re: Small Question maplelog July 17 2006, 06:26:47 UTC
Thanks =)

Reply


colorito July 22 2006, 13:53:54 UTC
I have a header the same size as the one from Jared (678x214) but how do I get the navigation like the one with J.Flanigan?

Thanks though for this layout! It's beautiful!

Reply

newkidfan July 29 2006, 17:14:42 UTC
Take the .header-menu part from the Jared css and replace the .header-menu part of the Flanigan css with it. :) (Just that part!)

Reply


cartards July 29 2006, 03:42:46 UTC
Is there anyway I could use the Jared header?

Reply

newkidfan July 29 2006, 09:17:47 UTC
Sure but I don't have the original file anymore and I can't remove the your username at livejournal dot com. However, if you want, I can remove it with Photoshop and put your username instead or whatever you want... Let me know.

Reply

cartards July 29 2006, 16:55:27 UTC
Thank you. That would be fantastic and I'd seriously be indebted to you forever.

Reply

newkidfan July 29 2006, 17:10:46 UTC
There you go :)


... )

Reply


_trendi August 6 2006, 07:26:37 UTC
I've got one (stupid) question. I have a header in the size of 678x200, but I'd like to have the navigation like in the J. Flanigan layout. :) Do you have any idea on how to manage that?

Reply

newkidfan October 29 2006, 04:16:12 UTC
Sorry for the months late reply but you comment got lost in the mailbox... if you ever use this layout again, to achieve that just use the code below:

/* TYPO - Links */

.header-menu a, .header-menu a:visited { color: #EEEEEE; background-color: #222222; line-height: 5px; padding: 5px; margin-right: 3px; text-align: right; }
.header-menu a:hover { color: #A30003; background-color: transparent; line-height: 5px; padding: 5px; margin-right: 3px; text-align: right; }

/* HEADER AND FOOTER */

.header-menu {
background-color: transparent;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0px 7px;
padding: 7px;
margin-top: 10px;
height: 200px;
border: 1px solid #CCCCCC;
}
}

.header-menu li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}

Reply


Leave a comment

Up