Make Money Online

Your Ad Here



We all know that the internet is the place to find information about what and everything! This is the main reason the Internet was created.

I suppose we all have a lot of e-mail per day on various internet opportunities, and we all know that most of them are pure scam. But if you are real genuine opportunity online, there are a large bump in the road for you, and get the money. The most common problem is that you must have many visitors to your website before you see what real money. You may be one of those who are dealing with this problem by making enogh traffic to your website, so I suggest you my first and last name in the Google search box and I read some articles about targeted traffic and marketing. I am sure that some of this article May your best if you have a problem with one of the buildings targeted traffic to your site.

I did not write this article for you about targeted marketing, and article of traffic, but to inform that a new way for you to actually get the money when you search, Google and other sites on the Internet.
You can also actually earn money by simply going thrue your e-mail box every day.
Companies that made this possible for you and me, truly one of a kind facility togheter online, and will not be charged one cent to start to use it.

The main reason I started this article, because every day I hear about people who realize the need to make some additional income, but they can not make this happen because the big problem that I mentioned earlier in this article.

So, what is your next step in the Internet now? Do you only go to the mailbox or you may pay the Facebook or MySpace probably a visit for all I know? Do not favor and take a free membership now before you travel on the Internet. Why not simply income that you do to your main opportunity to work for you.

You already have zero to gain and lose my friend. And not for the better and more secure, and even more personal e-mail system? And the reply is not free to use the money from the public? Not me! And you may not be good?

All people want to generate a lot of money, but they would not try. And if you do.
Tried to find the money or just wait for the money come?

Read More - Make Money Online

Drop Down Menu Dengan CSS

Your Ad Here

Kali ini gw mau menjelaskan cara bikin Drop Down Menu pada web dengan menggunakan Pure CSS murni…


Ok Langsung aja ya…


Langkah Pertama

  • 1. Buka NotePad, Kemudian copy paste kode script di bawah ini. Lalu Simpan dengan nama "dropdown.css". Ingat waktu temen2 save file dropdown.css, harus berekstensi CSS bukan TXT.
  • @charset "UTF-8";
    ul.dropdown,
    ul.dropdown li,
    ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
    }
    ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
    }
    ul.dropdown li.hover,
    ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
    }
    ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
    }
    ul.dropdown ul li {
    float: none;
    }
    ul.dropdown ul ul {
    top: 1px;
    left: 99%;
    }
    ul.dropdown li:hover > ul {
    visibility: visible;
    }
    ul.dropdown li.rtl ul {
    top: 100%;
    right: 0;
    left: auto;
    }
    ul.dropdown li.rtl ul ul {
    top: 1px;
    right: 99%;
    left: auto;
    }


    Langkah Kedua

  • 1. Buka NotePad lagi, Kemudian copy paste kode script di bawah ini. Lalu Simpan dengan nama "default1.css".


  • @import "default.css";
    ul.dropdown a,
    ul.dropdown span {
    display: block;
    padding: 5px 30px;
    }
    ul.dropdown li {
    padding: 0;
    }
    ul.dropdown ul a,
    ul.dropdown ul span {
    padding: 8px;
    }
    ul.dropdown *.dir {
    padding: 5px 30px;
    }
    ul.dropdown ul *.dir {
    padding: 8px 30px 8px 8px;
    }
    ul.dropdown ul a {
    width: 133px;
    }
    ul.dropdown ul a.dir {
    width: 111px;
    }
    ul.dropdown *.open {
    background-color: #3d3d3d;
    }
    ul.dropdown ul *.open {
    background-color: #4c4c4c;
    color: #fff;
    }
    ul.dropdown ul ul *.open {
    background-color: #595959;
    color: #fff;
    }
    ul.dropdown a.open:hover {
    background-color: #4698ca;
    color: #fff;
    }
    ul.dropdown ul a.open:hover {
    color: #fff;
    }
    ul.dropdown li:hover > *.dir {
    background-color: #3d3d3d;
    }
    ul.dropdown ul li:hover > *.dir {
    background-color: #4c4c4c;
    }
    ul.dropdown ul ul li:hover > *.dir {
    background-color: #595959;
    color: #fff;
    }
    ul.dropdown li:hover > a.dir:hover {
    background-color: #4698ca;
    color: #fff;
    }
    ul.dropdown ul li:hover > a.dir:hover {
    color: #fff;
    }


    Kemudian buat lagi file CSS dengan script seperti dibawah ini. Simpan dengan nama file Default.css

    @charset "UTF-8";
    @import "helper.css";
    ul.dropdown li {
    padding: 5px;
    }
    ul.dropdown *.dir {
    padding-right: 30px;
    background-image: none;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    }
    ul.dropdown ul *.dir {
    padding-right: 15px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    }
    ul.dropdown ul ul *.dir {
    }
    ul.dropdown-vertical *.dir {
    }
    ul.dropdown-vertical-rtl *.dir {
    padding-right: 15px;
    background-position: 0 50%;
    }
    ul.dropdown {
    font: bold 17px/normal Arial, Helvetica, sans-serif;
    }
    ul.dropdown li {
    background-color: #333;
    color: #fff;
    }
    ul.dropdown li.hover,
    ul.dropdown li:hover {
    }
    ul.dropdown a:link,
    ul.dropdown a:visited { color: #fff; text-decoration: none;}
    ul.dropdown a:hover {
    border-top-color: #5db1e0 !important;
    border-left-color: #5db1e0;
    background-color: #4498c7;
    color: #fff;
    }
    ul.dropdown ul a.dir:hover {
    background-color: #4698ca;
    color: #fff;
    }
    ul.dropdown a:active {
    color: #fff;
    }
    ul.dropdown ul {
    left: auto;
    right: 0;
    width: 150px;
    margin-top: -1px;
    border-top: 1px solid #1a1a1a;
    border-left: solid 1px #4c4c4c;
    font: bold 11px/1em Tahoma, Geneva, Verdana, sans-serif;
    }
    ul.dropdown ul li {
    background-color: #3a3a3a;
    }
    ul.dropdown ul ul {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    border-top: none;
    border-left: none;
    font-weight: normal;
    }
    ul.dropdown ul ul li {
    background-color: #4c4c4c;
    }
    ul.dropdown ul ul ul li {
    background-color: #595959;
    }
    ul.dropdown li a,
    ul.dropdown *.dir {
    border-style: solid;
    border-width: 1px;
    border-color: #404040 #1a1a1a #1a1a1a #505050;
    }
    ul.dropdown ul li a,
    ul.dropdown ul *.dir { border-color: #4a4a4a #242424 #242424; border-left: none; }
    ul.dropdown ul ul li a,
    ul.dropdown ul ul *.dir { border-color: #595959 #333 #333; }
    ul.dropdown ul ul ul li a,
    ul.dropdown ul ul ul *.dir { border-color: #767676 #404040 #404040; }
    #n-movies { width: 250px; text-align: center; }
    #n-movies ul { right: auto; left: 0; width: 249px; text-align: left; }
    #n-movies ul ul { left: 249px; width: 150px; }
    #n-movies ul a { width: 232px; }
    #n-movies ul a.dir { width: 210px; }
    #n-movies ul ul a { width: 133px; }
    #n-movies ul ul a.dir { width: 111px; }
    #n-movies ul ul ul { left: 100%; }


    Buat file Css lagi dengan nama helper.css, dengan script seperti dibawah ini.

    * { margin: 0; padding: 0; }
    body { padding: 50px; background: #4c4c4c url(images/grad1.png) 0 0 repeat-x; color: #d9d9d9; font: 14px/normal Tahoma, Arial, Helvetica, sans-serif; }
    h1 { margin-bottom: .5em; border-bottom: solid 1px #d9d9d9; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 180%; text-indent: 5px; letter-spacing: -1px; }
    cite { float: right; }
    ul.classic { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
    div.section { clear: both; padding-top: 50px; }
    .table1 { float: right; margin-bottom: 2em; border: solid 1px #eee; }
    .table1 caption { color: #fff; text-align: center; padding-bottom: 5px; }
    .table1 th, .table1 td { padding: 7px; }
    .table1 th, .table1 thead td { background-color: lightyellow; color: #000; }
    .table1 tbody td { background-color: #fff; color: #000; }
    .table1 tbody th { text-align: right; }


    Langkah Ketiga

  • 1. Temen2 musti masukin script HTML dibawah ini pada file HTML temen2. Untuk masalah tata letaknya, Silakan sesuaikan sendiri. Berikut Scriptnya :
  • Masukan script ini diatas </head> :

    <link href="test_drop/dropdown.css" media="all" rel="stylesheet" type="text/css" />
    <link href="test_drop/default1.css" media="all" rel="stylesheet" type="text/css" />


    Pada Script href="test_drop/dropdown.css", Silakan sesuaikan dengan tempat dimana temen2 menyimpan file dropdown.CSS dan default1.CSS.

    Bila sudah, kita lanjut lagi... Masukan script dibawah ini pada file HTML temen2, dan sesuaikan sendiri untuk tata letak dan nama dari menu tersebut.

    <ul id="nav" class="dropdown dropdown-horizontal">
    <li id="n-home"><a href="./">Home</a></li>
    <li id="n-music"><a href="./" class="dir">Musik Klip</a>
    <ul>
    <li class="first"><a href="./" class="dir">Artis</a>
    <ul>
    <li class="first"><a href="./">semua Artis</a></li>
    <li><a href="./">paporit</a></li>
    <li><a href="./">Populer</a></li>
    <li><a href="./">Baru</a></li>
    </ul>
    </li>
    <li><span class="dir">Music Videos</span>
    <ul>
    <li class="first"><a href="./">MTV.com Video Picks</a></li>
    <li><a href="./">Video Premieres</a></li>
    <li><a href="./">Most Popular Videos</a></li>
    <li><a href="./">Playlists</a></li>
    <li><a href="./">Top Videos by Year</a></li>
    <li><a href="./">Live Performances</a></li>
    <li><a href="./">The Big Ten</a></li>
    <li><a href="./">Headbangers Ball</a></li>
    <li><a href="./">Playlibs</a></li>
    <li><a href="./">Subterranean</a></li>
    <li><a href="./">Sucker Free</a></li>
    <li><a href="./">Video Remixer</a></li>
    </ul>
    </li>
    <li><a href="./">Your Music on MTV?</a></li>
    <li><a href="./" class="dir">Lyrics</a>
    <ul>
    <li class="first"><a href="./">Search for Lyrics</a></li>
    <li><a href="./">Play Lyrics Game</a></li>
    </ul>
    </li>
    <li><span class="dir">Music Blogs</span>
    <ul>
    <li class="first"><a href="./">Buzzworthy Blog</a></li>
    <li><a href="./">Headbangers Blog</a></li>
    <li><a href="./">Play | Rhapsody Blog</a></li>
    <li><a href="./">Subterranean Blog</a></li>
    <li><a href="./">Sucker Free Blog</a></li>
    <li><a href="./">You R Here Blog</a></li>
    </ul>
    </li>
    <li><span class="dir">Music Shows</span>
    <ul>
    <li class="first"><a href="./">Dew Circuit Breakout</a></li>
    <li><a href="./">Discover &amp; Download</a></li>
    <li><a href="./">MTV Live</a></li>
    <li><a href="./">Spankin' New Music Week</a></li>
    <li><a href="./">TRL</a></li>
    <li><a href="./">Unplugged</a></li>
    <li><a href="./">Yo! MTV Raps</a></li>
    </ul>
    </li>
    <li><span class="dir">Songs</span>
    <ul>
    <li class="first"><a href="./">The Leak |<br/>Album Previews</a></li>
    <li><a href="./">Free Downloads</a></li>
    <li><a href="./">MTV Radio</a></li>
    <li><a href="./">Listen on Rhapsody</a></li>
    </ul>
    </li>
    <li><span class="dir">Genres</span>
    <ul>
    <li class="first"><a href="./">Rock</a></li>
    <li><a href="./">Pop</a></li>
    <li><a href="./">Hip-Hop</a></li>
    <li><a href="./">Soul/R&amp;B</a></li>
    <li><a href="./">Indie</a></li>
    </ul>
    </li>
    <li><a href="./">Billboard Charts</a></li>
    </ul>
    </li>
    <li id="n-shows"><a href="./" class="dir">Shows</a>
    <ul>
    <li class="first"><a href="./"><strong>TV Schedule</strong></a></li>
    <li><a href="./">MTV Shows Gossip</a></li>
    <li><a href="./">Show Photos</a></li>
    <li><a href="./">Be on MTV</a></li>
    <li><a href="./"
    target="_blank">Shop MTV Shows</a></li>
    </ul>
    </li>
    <li id="n-news"><a href="./" class="dir">News</a>
    <ul>
    <li class="first"><a href="./">News Main</a></li>
    <li><span class="dir">Headlines</span>
    <ul>
    <li class="first"><a href="./">Breaking News</a></li>
    <li><a href="./">Music News</a></li>
    <li><a href="./">Movie News</a></li>
    <li><a href="./">Video Game News</a></li>
    <li><a href="./">World/National News</a></li>
    </ul>
    </li>
    <li><a href="./">Video Updates &amp; Interviews</a></li>
    <li><a href="./">Newsroom Blog</a></li>
    <li><span class="dir">Live Music Coverage</span>
    <ul>
    <li class="first"><a href="./">Your Uploads</a></li>
    <li><a href="./">You R Here Blog</a></li>
    </ul>
    </li>
    <li><span class="dir">MTV Reporters</span>
    <ul>
    <li class="first"><a href="./">Liz Hernandez</a></li>
    <li><a href="./">Tim Kash</a></li>
    <li><a href="./">Kurt Loder</a></li>
    <li><a href="./">John Norris</a></li>
    <li><a href="./">SuChin Pak</a></li>
    <li><a href="./">Sway</a></li>
    </ul>
    </li>
    <li><a href="./">Video Games Blog</a></li>
    <li><a href="./">Street Team '08</a></li>
    <li><a href="./">Hottest MCs</a></li>
    <li><a href="./">News Alerts</a></li>
    </ul>
    </li>
    </ul>

    Selesai. Silakan temen2 ubah script diatas sesuai dengan kebutuhannya. Met Mencoba…


    Read More - Drop Down Menu Dengan CSS