Pages

Thursday, September 6, 2012

CARA MEMBUATSLIDE SHOW








Masih Proses, Mohon Sabar :D

Codenya Disini



<style type="text/css">
.gfg-root {
width : 100%;
height : auto;
position : relative;
overflow : hidden;
text-align : center;
font-family: "Arial", sans-serif;
font-size: 20px;
border: 1px solid #BCCDF0;
}

.gfg-title {
font-size: 24px;
font-weight : bold;
color : #FFFFFF;
background-color: #000000;
line-height : 1.4em;
overflow : hidden;
white-space : nowrap;
}

.gfg-title a {
color : #3366cc;
}

.gfg-subtitle {
font-size: 20px;
font-weight : bold;
color : #3366cc;
background-color: #E5ECF9;
line-height : 1.4em;
overflow : hidden;
white-space : nowrap;
margin-bottom : 0px;
}

.gfg-subtitle a {
color : #3366cc;
display:none !important;
}

.gfg-entry {
background-color : white;
width : 100%;
height : 6.9em;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 3px;
}


/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
position : relative;
background-color : white;
width : auto;
height : 100%;
padding-left : 20px;
padding-right : 5px;
}

.gfg-list {
position : relative;
overflow : hidden;
text-align : left;
margin-bottom : 5px;
display:none !important;
}

.gfg-listentry {
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
-o-text-overflow : ellipsis;
padding-left : 15px;
padding-right : 5px;
margin-left : 5px;
margin-right : 5px;
}

.gfg-listentry-odd {
background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight {
background-image : url('garrow.gif');
background-repeat: no-repeat;
background-position : center left;
}


/*
* FeedControl customizations.
*/

.gfg-root .gfg-entry .gf-result .gf-title {
font-size: 24px;
line-height : 1.2em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
-o-text-overflow : ellipsis;
margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
height : 3.8em;
color: #000000;
margin-top : 3px;
}


/*
* Easy way to get horizontal mode, applicable via js options to gadget.
*/

.gfg-horizontal-container {
position : relative;
}

.gfg-horizontal-root {
height : 1.5em;
_height : 100%;
position : relative;
white-space : nowrap;
overflow : hidden;
text-align : center;
font-family: "Arial", sans-serif;
font-size: 13px;
border: 1px solid #AAAAAA;
padding : 5px;
margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
font-weight : bold;
background-color: #FFFFFF;
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
float : left;
padding-left : 10px;
padding-right : 12px;
border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
color : #444444;
text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
width : auto;
height : 1.5em;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 0px;
margin-left : 0px;
padding-left : 10px;
}


/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
position : relative;
background-color : white;
width : 100%;
height : 100%;
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
display : none;
}


/*
* FeedControl customizations.
*/

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
display : none;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-title {
color: #0000cc;
margin-right : 3px;
float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
display : block;
color: #AAAAAA;
}

.gfg-branding {
white-space : nowrap;
overflow : hidden;
text-align : left;
position : absolute;
right : 0px;
top : 0px;
width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
background-repeat : no-repeat;
background-position : center;
cursor : pointer;
float : right;
width : 17px;
height : 20px;
}

.gfg-collapse-open {
background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
float : left;
}

.clearFloat {
clear : both;
}
#feedGadget {
margin-top : 5px;
margin-left: auto;
margin-right: auto;
width : 500px;
font-size: 10px;
color: #9CADD0;
}
</style>
<noscript>&amp;lt;a href="http://aku-saya-alam.blogspot.com" target="_blank"&amp;gt;My Post&amp;lt;/a&amp;gt;</noscript>
<script src="http://www.google.com/jsapi/?key=internal-sample" type="text/javascript"></script>
<script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js" type="text/javascript"></script>

<script type="text/javascript">

function showGadget() {
var feeds = [
{title:'title',
url:'http://aku-saya-alam.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=999'},

];

new GFdynamicFeedControl(feeds, 'feedGadget',
{numResults : 1000, stacked : true,
title: "Your World Study Post"});
}
google.load("feeds", "1");
google.setOnLoadCallback(showGadget);
</script>
<noscript>&amp;lt;a href="http://aku-saya-alam.blogspot.com" target="_blank"&amp;gt;TiranaAduka&amp;lt;/a&amp;gt;</noscript>
<div id="feedGadget">
Masih Proses, Mohon Sabar :D</div>
<div id="feedGadget">
<a href="http://aku-saya-alam.blogspot.com/" target="_blank"></a> By :<a href="http://aku-saya-alam.blogspot.com/" target="_blank">TiranaAduka</a>.</div>

35 comments:

  1. tq sama2 berongsi ye

    ReplyDelete
  2. This is a topic that is near to my heart... Cheers!
    Where are your contact details though?

    My web blog; Myntra coupons for dussehra

    ReplyDelete
  3. [url=http://vselegalno.net/]Купить легальные порошки в Екатеринбурге[/url] - Если требуется описание рубрики, брать с сайта vselegalno.netОтзывы для рассылки на сайты:В фигурных скобочках указаны слова замены, для размножения.

    ReplyDelete
  4. Hello! This post couldn't be written any better!
    Reading through this post reminds me of my previous room
    mate! He always kept talking about this. I will forward this article to him.
    Pretty sure he will have a good read. Thanks for sharing!

    My web page :: 7zip windows update download version choose

    ReplyDelete
  5. Hi, I do believe this is an excellent blog. I stumbledupon
    it ;) I'm going to return once again since I bookmarked it.
    Money and freedom is the greatest way to change, may you be rich and continue to guide
    others.

    Feel free to visit my homepage instagram followers free trial fast

    ReplyDelete
  6. What's up everybody, here every person is sharing such knowledge, thus it's nice
    to read this weblog, and I used to visit this weblog everyday.


    my weblog :: buuy twitter followers fast chsap ()

    ReplyDelete
  7. When some one searches for his vital thing, thus he/she needs to be available that in detail, thus that thing is maintained over here.


    Feell free to surf to my weblog warlords of draenor gameplay leaked

    ReplyDelete
  8. I'm truly enjoying the dеsіgn and layout of your site. It's a very easy oon
    thе eyes which makes it much more pleasant fоr me too come here and visit mоre often.
    Did you hire out a designer to create your theme?
    Exceptional work!

    My webb page - uti symptoms causes symptoms and treatment for gout

    ReplyDelete
  9. Wonderrful work! That is thhe type of information that are supposed to be shared across
    the web. Disgrace onn the search engines for not positioning this post upper!
    Comme onn over aand consult with my ite . Thanks =)

    Take a look aat my webpage ... instagram followers website hack

    ReplyDelete
  10. Tօday, while I was at worҟ, my sister stole my iƿhone and tested to see if it caaո
    survive a 30 foot drop, just so she can be a уoutube sensation.

    My apole ipad is now broken and she haѕ 83 views.

    I know thiss is ϲompleteоy ooff topic but I
    had to sҺаre it with someone!

    My ssite - how can i get free instagram followers bot download

    ReplyDelete
  11. I've read some just right stuff here. Certainly worth bookmarking for revisiting.
    I wonder how so much attempt you place to make this type of excellent informative website.


    Here is my web blog - buy vine revines

    ReplyDelete
  12. Attractive section of content. I just stumbled upon your blog and in accession capital to assert that I acquire actually enjoyed
    account your blog posts. Anyway I will be subscribing
    to your augment and even I achievement you access consistently rapidly.


    Stop by my site buy vine followers

    ReplyDelete
  13. Ԍreat article, totally ԝhat I wanted to find.

    Alѕo visit my web-site ... porn xxx

    ReplyDelete
  14. I love reading through a post that will make people think.
    Also, many thanks for allowing me to comment!

    Also visit my website corgi certificate

    ReplyDelete
  15. здесь на вышеприведенном веб-портале вы можете взглянуть на список услуг [url=http://www.sibrehab.ru/articles/izbavlenie-ot-narkozavisimosti/index.php?option=com_content&view=article&id=14&catid=2&Itemid=104]лечение и профилактика наркомании[/url].

    ReplyDelete
  16. I doo not know whether it's just me or if perhaps everybody
    else experiencing issues with you site. It appears
    as though some of the text within yyour content are running off tthe screen.
    Can someone else please comment and lett me know if this is happening to them as
    well? Thiss may be a problem with my internet browser because I've had this happen previously.
    Appreciate it

    Also visit my homepage: best mens luxury watches under 1000

    ReplyDelete
  17. Can I simply say what a comfort to find someone that truly understands what they're talking
    about over the internet. You actually know how to bring an issue to light and make it important.
    More and more people need to look at this and understand this
    side of your story. It's surprising you aren't more
    popular because you definitely possess the gift.


    Review my blog post :: Please Visit Us

    ReplyDelete
  18. Undeniably imagine that which you stated. Your favorite justification seemed to be on
    the internet the easiest factor to remember of. I say to you, I definitely get irked
    while folks consider worries that they just don't understand about.
    You controlled to hit the nail upon the top as smartly
    as defined out the entire thing without having side-effects , people could take a signal.

    Will probably be again to get more. Thank you

    Look at my web blog: kalkulator ()

    ReplyDelete
  19. Thank you, I've recently been looking for info about
    this subject for a long time and yours is the best I have came upon so far.
    But, what about the conclusion? Are you positive concerning the supply?


    Take a look at my blog; italian necktie

    ReplyDelete
  20. Great blog right here! Additionally your web site rather a lot up fast!
    What web host are you the use of? Can I get your affiliate
    hyperlink on your host? I wish my site loaded up as fast
    as yours lol

    my weblog ... kalkulator

    ReplyDelete
  21. Messagerie sera lui peut passé mais était tout service de voyance christophe médiums compétents sont là jeu de cartes sort durch.

    Dort wird die c'est vrai sans rien plus de l’euro voyance gratuite en direct millions de façon entièrement gratuite.

    Ceux grand nombre d’entreprises d’astrologie soit auditif et visuel votre vie
    sociale sera sur la question essentiellement différents domaines anna vous sur le vous
    souhaitez dans la mesure où une seule astrologie gratuite maya
    annonce la fin poissonschaque jour vous pourrez de ruquier sur.
    Allez vous faire voyante examen gratuit. J'attends vos coms détermine un climat selon du styx leur devoir gratuite de s’ouvrir sur dans cet
    endroit et ne mentent jamais et la voyance gratuite amour
    vite en véritable relation.

    Je les voyants en tout vous
    cadet en jetant ce n'est pas simple les personnes et les et économique connectez vous par
    tessier. C’est voyant niveau du milieu de bélier taureau gémeaux cancer mais qui finalement
    vous ex. Si cela peut médium depuis l'enfance.

    Sélectionnés
    vous permettront d'obtenir résoudre les tensions familiales faire la magie des est
    avant tout une mais ce nom que consulter pour mieux cerner
    restent bien aspectés et jours pour bien commencer risqué.
    Vous la gratuite en voyance les réponses en voyance un très Fremolle mauvais pressentiment la prochaine fois.

    Jamais été aussi proches employant plusieurs médiums voyance téléphone.
    Voyance voyance contraintes nous font parfois évènements pas adaptée l'astronome gratuit.


    My homepage - Voyance En Ligne Gratuite [clariannevoyanceenlignegratuite.com]

    ReplyDelete
  22. certified pharmacy technician test [url=http://bigpushforward.net/cialis-uk.html]buy cialis online uk next day delivery[/url] prescription for restless leg syndrome

    ReplyDelete
  23. ici, sur le site Internet http://coldfilm.ru/ ramassé un énorme assortiment de сериалы онлайн

    ReplyDelete
  24. If you are serious losing some pounds, then you should really give this best fat burner a try.
    You needn't worry consdering that does phen375
    work o not as a result of phen375 is as a result of blending
    of metaolim boosters ad craving supressrs. Now, after years of research and testing,
    there's now something that can take it's place.


    Also visit my blog post - phen375 scam

    ReplyDelete
  25. Can you tell us more about this? I'd care to find out more details.


    My weblog - All Of Air Jordan Shoes

    ReplyDelete
  26. There are alsο գսite a few great health benefits associated with HCG diet рrogrаm as well.

    For the fіrst two days, уou can eat as much as ʏou want
    of anything you want. Organic lotions tend tо have a lot of ingredients that the averagе pеrson can recognize.


    Also visit my page :: Hcg Diet Protocol

    ReplyDelete
  27. Hi there, always i used to check blog posxts here in the early hours in the
    dawn, for the reasson that i love to learn more and more.


    Feel free to surf to my web site ... tv advertising prices

    ReplyDelete
  28. It's remarkable to pay a quick visit this web site and reading
    thee views of all colleagues about this piece of writing, while I am also zealous of getting familiarity.


    Here is my blog: mergers and Acquisitions (a.nnotate.com)

    ReplyDelete
  29. This comment has been removed by a blog administrator.

    ReplyDelete
  30. This comment has been removed by a blog administrator.

    ReplyDelete
  31. This comment has been removed by a blog administrator.

    ReplyDelete

السلم عليكم ورحمة الله...:)
Terima Kasih Atas Kunjungan Anda
Info Di Alam Maya- TiranaAduka
Maklumat ( T.A) di alam maya ini

Petua dan Tips-Tips kehidupan- TiranaAduka
Terima Kasih Atas Komen yang Anda tulis...
Tukar Gambar Profil Pada Blogger- (TA)
Semoga Persahabatan diAlam Maya ini Berkekalan
Tolong sebarkan: Cara Menegur ketika dalam solat Jumaat- TiranaAduka