• ARCHIVES 
  • » [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

Pages: 12

[b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

cUtiEshika
» FTalkManiac
FTalk Level: zero
868
0
1969-12-31

[b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

[b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div layers... =) :arrow: [b]Embedding media and animated images as blog entry[/b] [spoiler]juz use the mailto link.. wat is mailto link..? wyl u are composing a new post, can u see the toolbox..? juz click d envelope thng.. oh.. dats the mailto link..? :o and a new window will pop up.. juz place d codes on the box for email address.. [img]http://img45.imageshack.us/img45/1323/wateverhs0.jpg[/img] [i]i know this was already a topic solved, but aders are juz so lazy to read and den juz PM me directly... so i added it here.. [/i][/spoiler] :arrow: [b]Familiarize with the parts[/b] [spoiler][img]http://i29.tinypic.com/2qdtuyu.jpg[/img] :arrow: The [b]banner[/b] and the [b]background[/b] are already obvious.... :arrow: [b]Container[/b]- the pink one :arrow: [b]Page-inner body[/b]: contains the sidebar and body... extending to the green ones before the pink part... Basically, [b]page-inner body is the part inside the container and below the banner[/b]... :arrow: The [b]sidebar[/b] has two parts.. the header and the body... [/spoiler] :arrow: [b]Overlapping banner and body[/b] [spoiler]I don't know what is the exact term but it looks like your sidebar and the entries are un-cut at the top... Still don't get it...? Here's a screenshot: [img]http://i31.tinypic.com/j80086.jpg[/img] To make it..? The trick lies in the banner.... For example, this is my image for the banner... [img]http://i32.tinypic.com/2q15uf8.jpg[/img] [b]1. [/b]Open a new document with a size of: 760x300px (760px is the standard width of the banner... the height can be of ur choice) [b]2. [/b]Add a new layer and fill it with a color that blends with ur banner.. or any color u like.. for me, i filled it with darkgreen... Copy your image for the banner and paste it on ur new document.. it may now luk lyk this: [img]http://i26.tinypic.com/11l7q0m.jpg[/img] [b]3.[/b] Add new layers then put the rectangles/rounded rectangles (watever u want) below the banner... juz lyk this... ( u can add sum stuffs too... [i]i added lines on it[/i]) [img]http://i32.tinypic.com/9ld1qo.jpg[/img] [b]4.[/b] Then that's for ur banner... But before u flatten all ur layers and discard the document, we have to [b]extract a part from the banner to make the page-inner body[/b].. :arrow: [b]Making the page-inner body[/b] [b]5. [/b] Hide the stuffs (if u put any at those rectangles), flatten ur layers and select the lower part of the banner using ur rectangular marquee tool.. (dont include the top of the rectangles wen selecting) juz like this: [img]http://i27.tinypic.com/2961840.jpg[/img] [b]6.[/b] Copy the selected part, open a new document and paste the extracted part.. and tada... u now have d image for ur page-inner body... u willl have sumthing dat luk lyk dis... [img]http://i31.tinypic.com/2ry0r5v.jpg[/img] [b]7.[/b] Since u now have the images, lets's put em' on codes... it cud be better if ull compile all ur css... [b]For the banner:[/b] [quote]/*personalize blog logo */ #banner { width : 760px; height : 300px; background : url(http://i25.tinypic.com/mio1tu.jpg); background-position : top center; background-repeat : no-repeat; }[/quote] remember: the standard width is 760px... [b]For the page-inner body:[/b] [quote]#pagebody-inner { background : url(http://i28.tinypic.com/2n14xzm.jpg); background-position : top right; background-repeat : repeat;border: #; }[/quote] [b]For the container:[/b] the pink one... [quote]#container-inner {border:none;} #container { background:transparent url(http://i26.tinypic.com/2nqs6qc.jpg); border-width: 0px; background-position: right center; }[/quote] [b]For the background:[/b] [quote]body { background: #ffffff; background-image: url(http://i32.tinypic.com/153bev9.jpg); background-attachment: fixed; background-repeat: repeat; background-position: left center; margin: 0px 0px 0px 0px; }[/quote] For the background: play along wid margins if u want to have spaces outside the container.. [b]Note:[/b] for the [b]page-inner, container, and background[/b]: if u are using small images, b sure to put it on "background repeat"; or u can put only colors and add borders... and ur done wid d main images... [/spoiler] :arrow: [b]Title Post Settings[/b] [spoiler][quote]/* -- Title Post Text Settings -- */ .entry-header { background : url(http://i28.tinypic.com/21brg48.gif) no-repeat center left; margin : 0px 0; border-left : none; margin-left: 0px; border-bottom : 3px double #379270 ; padding-left:30px; padding-top:3px; padding-bottom: 3px; color : #379270; font-size : 15px; text-align:left; text-transform: Capitalize;}[/quote] U can customize it using that code.. add borders and background... If your image is left align, and ur title is left align, takenote with the [b]padding-left[/b]... increasing its no. will move the title text to the right... [/spoiler] :arrow: [b]center text and scrollable post entry/ entries wid borders [/b] [spoiler][quote]/* center text and scrollable post entry */ .entry-footer {border:none;} .entry { text-align:center; overflow:auto; width: 490px; height:260px; border: double #379270 3px; } padding-left:5px; important!; }[/quote] The code above shows centered entries + scrollables.... If u dont want to have scrolling entries, juz erase [b]overflow:auto[/b]... and change the height to 100%... Play with the borders and colors...[/spoiler] :arrow: [b]Hiding the footer[/b] [spoiler][quote]/* Hide friendster footer (ads) */ .friendster-footer { width: 780px; height: 132px; display: none; }[/quote] [/spoiler] :arrow: [b]Alert messages[/b] [spoiler][b]welcome:[/b] [quote]body { height:expr/**/ession( function welcome() {alert('UR MESSAGE');} window.onload=welcome); }[/quote] [b]goodbye:[/b] [quote]body{left:exp/**/ression( function goodbye() {alert('UR MESSAGE');} window.onunload=goodbye);}[/quote] [b]no ryt click:[/b] [quote]body{right:expr/**/ession( function rightclick() {if (event.button==2) {alert('UR MESSAGE')}} document.onmousedown=rightclick);}[/quote] Dont use apostrophes [ ' ] in ur message... [/spoiler] :arrow: [b]Cursors and on hover[/b] [spoiler][quote]body {cursor: url(URL OF UR CURSOR NOT ON HOVER);} a,a:link,a:visited,a:active,a:hover { cursor: url("URL OF CURSOR U WANT ON HOVER"),default;}[/quote] [/spoiler] Here's my sample css... open it and try to practice making layout in ur own.. Best thing to do..? [url=http://aprilkiz.fileave.com/samplelayout/samplelayie.css]Open my CSS[/url] [b]Some CSS in the tricks and tutorials can be applied in ur blog too... like customizing titlebar, hover effect, falling images, and etc...[/b] I'll share more if I have time... :penguin: [i]If you think this is useful, plz do credit me[/i]... =) :arrow: [url=http://theftalk.com/t21493-Blog-Design-Explained%3B-Organizing-sidebar%3B-Managing-posts%21.html]Blog design explained; Arrange your sidebar; Manage # of posts...[/url]

Last edited by cUtiEshika (2008-03-31 02:13:18)

♥~rocker.baby.LOUIZ~♥
» FTalkFreak
FTalk Level: zero
1595
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

[align=center][b]awwtz.. tnx ate shika 4 dis.. it helps a lot :D tnx so much.. i'll try to make one :P[/b][/align]
tellie
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

i love it. ! thank you. i made my first blog layout myself because of this!.. thank you.. much. much. much! here's my blog... http://good-for-nothing-kristel.blogs.friendster.com/naked thank you really.. mwah mwah
joebz
» FTalkFreak
FTalk Level: zero
1517
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

Weee, this is really helpful.. If I have the time, i'll try this style... Thanks, ate april..[:
adamin
» FTalker
FTalk Level: zero
278
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

cool...thankz 4 sharing yea...
pinkblack08
» FTalkWhiz
FTalk Level: zero
3176
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

wow thanks for sharing this..cool huh!
charmcharmcharm14
» FTalkAddict
FTalk Level: zero
598
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

[color=steelblue][align=center]ei ateshieka soo now now u reveal ur secretz =D nice step by step procedure. . . but i think i still cant make my own it will only looks so thrashy as before :wallbash: ill treasure my layiee for now =) coz itz made by you ;] "limited edition" by ateapril heheh =D[/align][/color]
tellie
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

[quote=charmcharmcharm14][color=steelblue][align=center]ei ateshieka soo now now u reveal ur secretz =D nice step by step procedure. . . but i think i still cant make my own it will only looks so thrashy as before :wallbash: ill treasure my layiee for now =) coz itz made by you ;] "limited edition" by ateapril heheh =D[/align][/color][/quote] huwaat? whut part did you not understand? its really detailed..=)
hana kimi
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

[quote=tellie][quote=charmcharmcharm14][color=steelblue][align=center]ei ateshieka soo now now u reveal ur secretz =D nice step by step procedure. . . but i think i still cant make my own it will only looks so thrashy as before :wallbash: ill treasure my layiee for now =) coz itz made by you ;] "limited edition" by ateapril heheh =D[/align][/color][/quote] huwaat? whut part did you not understand? its really detailed..=)[/quote]
-NiK-
» FTalkGeek
FTalk Level: zero
1407
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

wow!!! :wow: thanks for sharing ^^
+_ramza_+
» FTalkAddict
FTalk Level: zero
498
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

noob here.. question regarding the overlapping banner and body, did you that using paint, photoshop or lunapic? help! thanks for sharing your secrets...
dollface02
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

thank you soo much for this! it helps me a lot!:D
mary cris
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

w0w..:O:o tnx for the help... Godspeed!!:wow:
♥brains&beauty♥
» FTalkManiac
FTalk Level: zero
626
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

[align=center]Thanks so much for this Ate April! You've helped so many newbies like me! =) I'm so sorry that you are leaving..... :crybaby: But don't worry, when I become as good as you, I'd be sure to give all credits to you and your works... :D[/align] [i][b]EDIT[/b]: Can I make a Blog Layout w/o Overlapping them? Is this possible? Thanks in advance... :thumbsup:[/i]

Last edited by ♥brains&beauty♥ (2008-05-20 01:31:43)

cUtiEshika
» FTalkManiac
FTalk Level: zero
868
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

thnkyou all for the comments... keep tweaking ur blog... =) [b]at ramza:[/b] i use photoshop dear... but u can still use paint or any phot editing shop though.. its juz that it take a lot of skills to do those stuffs in paint...
lunareighn_sassy
» FTalkAddict
FTalk Level: zero
553
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

@t:this topic never gets old..haha!! ate shika...wanna ask if i could feature the tuts ur making in other forum... you know...so that we could share to other forums the way to pimp their own friendster blog.. do you mind?? ill credit you anyway..reply back...hihi
cUtiEshika
» FTalkManiac
FTalk Level: zero
868
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

if ur talking about my tuts, u can wid d ff reqs: :arrow: link back to my blog and link back to friendstertalk... if u wont, den i dunnw wid u... u can or cant... its ur judgemnt..

Last edited by cUtiEshika (2008-05-20 14:02:28)

darkrenz
» FTalker
FTalk Level: zero
215
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

^^.. ohayo gusaimas...^^ tnx 4 the info...^^
bratinela01
» FTalkGeek
FTalk Level: zero
1044
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

@ate shika~ what's the height and width of the banner btw~ :penguin:
cUtiEshika
» FTalkManiac
FTalk Level: zero
868
0
1969-12-31

Re: [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

the stndard width is 760 px,if u set all margins to [b]0px[/b].... but the default one is 750px...because of the 10px padding... hyt..? u can use any hyt.. juz be sure to chnge the hyt value on the code.. btw, ribbon opened a thread about this.. and i think its included in my post... :paranoid:

Last edited by cUtiEshika (2008-05-23 09:25:33)

  • ARCHIVES 
  • » [b]BE UNIQUE AND BE CREATIVE... EXPLORE AND LEARN....[/b] Sharing time guyz... :eh: Since I'm still here, ask questions and wat part u wanna know... hmn.. I'll share my js add ons next and the div la

Pages: 12

Board footer

© 2024 F Talk

Current time is 07:45

[ 10 queries - 0.049 second ]
Privacy Policy