Navigational CSS Layout Plus Designing Tutorial

Posted on April 15th, 2008 by xsabrina.chic | Filed Under » Coding, Designing, Tutorials

Requirements:
* Adobe Photoshop in any Version
* Notepad
* Creativity
* Patience

Think and imagine first on what would be the design of your Friendster Layout.
As the tutorial will start, this is just my own desire. Choose your own and be creative.

By this time I’m using Adobe Photoshop CS3, but you can follow the step if you have other Version of Adobe Photoshop.

Click the plus sign to see the screen shots.

In my case I used Pink and Violet, they are one of the good color combination. So I come up with this Friendster Layout in future.

FOR BACKGROUND

Step # 1
Go to File > New. [+]
Width: 100px » Height: 100px [+]
(If not mentioned leave it default, don’t change)
Click OK.

Step # 2
Use Paint Bucket Tool. Change Foreground to Pattern then choose the pattern you want to be the background of your Friendster Layout. [+]

Then fill/color the document.

Output

Step # 3
Go to File > Save. [+]
Type the file name you want. I used “bg” as my file name. And format of GIF. [+]
Then click SAVE.

Step # 4
You may now close your “bg.gif” to avoid confusion.

We are already done in Background of our layout! EASY right?

Technique: The most Important in making a background is the color combination and the texture. It must fit the last output of your Friendster Layout. We use GIF as an image format for fast loading for your layout. But it’s actually can be PNG or JPG/JPEG but these are larger image size than GIF.

FOR HEADER

Step # 1
Go to File > New. [+]
Width: 800px » Height: 200px [+]
(If not mentioned leave it default, don’t change)
Click OK.

Note: Height can be larger than what I use as an example. By this time I used 200px in height.

Step # 2
Use Paint Bucket Tool for coloring/filling the document. Change Pattern to Foreground. [+]
On Layer 1, I used #141414 Foreground color for the background of my header. [+]

Step # 3
On Layer 2, using Rectangular Marquee Tool, I selected the middle of the document with approximately 1 inch in height. And filled it with color pink using Paint Bucket Tool. [+]
Then press CTRL + D to deselect the pink rectangle.

Step # 4
Now, from the Layers Palette, double click Layer 2. And Layer Style Box will appear. [+]

Click and select the Gradient Overlay then follow this gradient style → [+]
OK.

Click and select the Stroke then follow this Stroke Style → [+]
OK.

Then click OK for Layer Style Box.

It’s like a 3D Pink Rectangle right? You now have something like this → [+]

Step # 5
You can now add any other detail design for you header. It’s up to you what to put on your header. It can be Photoshop Brushes, text, your name, favorite number or anything else. But make sure every input of design details you’ll always create a new layer from layers palette. [+]

My Output Design


Step # 6
We’re done in Header Design.
Go to File > Save. [+]
Type the file name you want. I used “xsabrina” as my file name. And format of PSD [+]
Then click SAVE.

We used the PSD format for the design revision. If you want to revise your design, it can be used by using your PSD format.

Then repeat saving for the Header JPG/JPEG.
Go to File > Save As. [+]
Type the file name you want. I used “xsabrina” as my file name. And format of JPG/JPEG [+]

Done in designing!

Proceed in Coding.

CSS CODING

Step # 1
Open your Browser and go to Friendster Profile Editor or Friendster-Tweakers.

Step # 2
By this time, I will use Friendster Profile Editor.
Fill up all the Friendster Styles:
The Background, Fonts and so on..

Step # 3
On the Page Background:
Upload your bg.gif in Tinypic or Imageshack. Get the Direct Link and put it in Image URL and follow the rest of these → [+]

Then fill up the rest. Don’t forget to think the good color combination for the better result of your layout =)

Step # 4
Then after setting your layout style, the colors, background, fonts and etc., click Generate Friendster Code. And click Preview if you want to see the result of your future layout. [+]

WHERE IS THE HEADER???

Step # 5
After Generating your code, Select All (ctrl + a) the code on the box > Right Click > Copy. [+]

Open notepad. On your desktop go to Start > Programs > Accessories > Notepad

Then Paste (Ctrl + V) your code on notepad. Then Save it, File > Save > File name: yourfilename.css
In my case xsabrina.css [Extension name of .css must be indicated]

Step # 6
Get this code for your Navigation / Header:
Code from FriendsterMagic

CODE

/* FRIENDSTER MAGIC */
#navigation {
background-image: url(YourHeaderURLhere.JPG);
height: 65px !important;
position: relative !important;
margin: 0;
padding: 200px 0 0 0;
background-attachment:scroll;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
border: 5px dashed #c70067;
}

Explanation:
padding: 200px 0 0 0; What ever you header height, that would be the padding
background-attachment:scroll; Just make it scroll
background-repeat: no-repeat; It can be Repeated or not Repeated
background-position: top left; Much better to use Center
background-color: transparent; It can be transparent of has a color
border: 5px dashed #c70067; Do want borders on you header? If not, delete this line.

Copy and paste CODE on your notepad. [+]

Step # 7
We’re done in coding! Go to File > Save. In notepad, it’s automatically overwrite you previous saved file.

You have now your own layout.


Navigational Friendter Layout will never been entertained. Friendster Team is always filtering the site.

CONGRATULATIONS YOU’RE DONE!
Your output must be similar to this:

Need some tricks?? CLICK HERE

Techniques:
1. In designing your layout, think first what would be the style, colors and images to use.
2. Combining your colors must be a good color combination. Maximum of 3 color combination is better. But if your layout is too much colorful, then you may use multiple colors. In my case I used Pink and Violet, they are one of the good color combination.
3. Just make it simple. Not too much exaggerated.

If you have any questions, just post it here.
Tutorials by xsabrina.chic




172 Comments to Navigational CSS Layout Plus Designing Tutorial

  1. xsabrina.chic
    July 1st, 2009 at 11:53 am

    @sam: default friendster layouts is the one which you can paste directly the CSS code on your profile. More of sample default friendster layouts can be seen here.

    @carlo: welcome to my site! you can also download the CS4 version, that is the latest version actually. You can download it on their site. Note: this is a trial only, if you want it to be your own, buy a copy of CD installer :arrow:

  2. carlo
    June 30th, 2009 at 9:15 pm

    hi.. and hello..

    .tatanong ku lang poh kung panu ung pag download ng adobe cs3.. eh cs4 lang nakikita ku sa adobe eh..???

    .and ndi ku pu alam kung paanu ung pag ido-download…??

    .sana pu ma answer mu poh ung question ku about this.. hehehe…

    .yan poh .. thaNks .!!

  3. sam
    June 30th, 2009 at 8:47 pm

    …ano po b ung default friendster layout??

  4. xsabrina.chic
    June 29th, 2009 at 1:50 pm

    hello jhum! thanks for the comment aw..i used to read tutorials at pixel2life.com b4 when I was started designing on web, it’s very helpful :arrow: tinanggal ko na kc ung generator hndi na naman cya gumagana, cguro it’s still working but there are some code generator from the other site. I do some seminars from my college school, they requesting me to become their speaker, but i dont think I am in teaching on the other places :oops:

    hi kim, no, I always submitting a default friendster layouts :arrow:

  5. kim
    June 22nd, 2009 at 3:25 pm

    hi ate sab.. :smile:

    gnyan din po b ung sina.submit nio na codes sa friendster-layouts.me na site??

  6. jhum
    June 17th, 2009 at 11:37 am

    ..haii xsAbrina,
    ..idOL tlAga kita lAlo na mgA desiGnz mO,
    ..im a grAphic artist frOm pampanga
    ..cAn i get ur email??if its okei..mRami pa kC akong di alam abOut gRaphiC designing..ask qOh rin snA if may tutorial kb or seminars for web designing?kyLangan qOh na kC matutO ng web designing,nid sa wOrk eh..if its okEi..pls…
    ..ayyy…tungkol pla d2 sa tutorial mO,bkit wLA na yata yUng css code generator d2??di nb kylangan ignerate??ipapaste lang bah sa css box??
    …hope u’LL repLy..tnx a lot xSab!!

  7. xsabrina.chic
    June 16th, 2009 at 1:38 am

    hi arman, what holder are you talking about? if that is header, i have hear on how to put the code on fs.

    Hi yhan, i am not into mentoring individually. you can check out my other related tutorials :wink: I may helped you by answering the specific questions..

    Hello paula, yeah FS team were always filtering the site that’s why the navigational css from us or from other sites are sometimes not working.. but still you can use and apply your design in making a default layout :smile:

  8. paula
    June 14th, 2009 at 10:47 pm

    HELP! Apparently Friendster are filtering codes. So this king of layout don’t work. I worked hard on the picture I di but it doesnt work! :cry:

  9. yhanzki3
    June 13th, 2009 at 3:02 pm

    …ate..
    …pwde mg.pa 2long?..
    …gwa aq sna ng layout pra sa multiply at myspace q..
    ..pr0 d ko alam kng paan0..

    …i rily nid help :cry:
    …tnx by d way…

  10. arman
    June 13th, 2009 at 11:50 am

    do you have a link for the tutorial of putting image holder for the layout, pls help


Leave a Reply