Page 1 of 3 123 LastLast
Results 1 to 12 of 34

Thread: Very nice Menu for web developer fancy u like this

  1. #1
    shaaf is offline Senior Member+
    Last Online
    22nd April 2013 @ 02:58 PM
    Join Date
    06 Feb 2010
    Location
    Current Saudia Arabia
    Age
    40
    Gender
    Male
    Posts
    47
    Threads
    5
    Credits
    0
    Thanked
    4

    Smile Very nice Menu for web developer fancy u like this



    aaj aap ke liye khobsurat website ke menue laya hon aur ye IE 6 per work kartay hain.

    Source code


    "
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Fancy Navigation with CSS &amp; jQuery </title>

    <style type="text/css">
    html { background: #1d1d1d; }
    body {
    margin: 0; padding: 0;
    font: 10px normal Verdana, Arial, Helvetica, sans-serif;
    background: #1d1d1d;
    }
    h1 {
    font: 4.7em normal Georgia, 'Times New Roman', Times, serif;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    }
    h1 small{
    font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    letter-spacing: 1.4em;
    display: block;
    color: #ccc;
    }
    .container {
    width: 520px;
    height: 330px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -165px 0 0 -210px;
    overflow: hidden;
    }
    img {border: none;}
    ul#topnav {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
    font-size: 1.1em;
    clear: both;
    float: left;
    width: 520px;
    }
    ul#topnav li{
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    height:40px;
    }
    ul#topnav a, ul#topnav span {
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    clear: both;
    height: 20px;
    line-height: 20px;
    background: #1d1d1d;
    }
    ul#topnav a { color: #7bc441; }
    ul#topnav span {
    display: none;
    }

    ul#topnav.v2 span{
    background: url(a_bg.gif) repeat-x left top;
    }
    ul#topnav.v2 a{
    color: #555;
    background: url(a_bg.gif) repeat-x left bottom;
    }
    </style>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
    <script type="text/javascript">


    $(document).ready(function() {


    $("#topnav li").prepend("<span></span>"); //Throws an empty span tag right before the a tag

    $("#topnav li").each(function() { //For each list item...
    var linkText = $(this).find("a").html(); //Find the text inside of the a tag
    $(this).find("span").show().html(linkText); //Add the text in the span tag
    });

    $("#topnav li").hover(function() { //On hover...
    $(this).find("span").stop().animate({
    marginTop: "-40" //Find the span tag and move it up 40 pixels
    }, 250);
    } , function() { //On hover out...
    $(this).find("span").stop().animate({
    marginTop: "0" //Move the span back to its original state (0px)
    }, 250);
    });


    });
    </script>
    </head>

    <body>

    <div class="container">
    <h1>Fancy Navigation with<br />CSS &amp; jQuery </h1>

    <ul id="topnav" class="v2">
    <li><a href="">Home</a></li>
    <li><a href="">Services</a></li>
    <li><a href="">Portfolio</a></li>

    <li><a href="">Blog</a></li>
    <li><a href="">About</a></li>
    <li><a href="">Contact</a></li>
    </ul>

    </div>

    </body>
    </html>

    "

    is ke liye aik image bhi chahiye aapko wo main page ke sath up load kar diata hoon

    Duaon main yaad rakhana Shaaf



    Attached Images Attached Images   
    Attached Files Attached Files

  2. #2
    deemi is offline Senior Member+
    Last Online
    25th June 2014 @ 12:09 PM
    Join Date
    16 Sep 2008
    Location
    Gujranwala
    Age
    41
    Posts
    375
    Threads
    68
    Credits
    980
    Thanked
    49

    Default

    شیئر کرنے کا بہت شکریہ

  3. #3
    waqarrr is offline Junior Member
    Last Online
    19th March 2012 @ 11:16 AM
    Join Date
    24 Nov 2009
    Posts
    6
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    nice sharing

  4. #4
    bilalansari's Avatar
    bilalansari is offline Senior Member+
    Last Online
    27th November 2014 @ 12:38 PM
    Join Date
    18 Nov 2009
    Posts
    136
    Threads
    0
    Credits
    822
    Thanked
    3

    Default

    thanx alot janab!!

  5. #5
    niceabi is offline Senior Member+
    Last Online
    20th May 2014 @ 11:07 AM
    Join Date
    02 Sep 2009
    Age
    40
    Posts
    31
    Threads
    3
    Credits
    841
    Thanked: 1

    Default

    is ......ka faida kia ho ga ...zara bataye to

  6. #6
    itsmearslan is offline Junior Member
    Last Online
    29th November 2011 @ 05:50 PM
    Join Date
    03 Apr 2010
    Location
    Rawalpindi
    Age
    36
    Posts
    1
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    salam
    ya apney dreamweaver sey copy paste kiya hai kya????

  7. #7
    niceabi is offline Senior Member+
    Last Online
    20th May 2014 @ 11:07 AM
    Join Date
    02 Sep 2009
    Age
    40
    Posts
    31
    Threads
    3
    Credits
    841
    Thanked: 1

    Default

    nice bro

  8. #8
    hrpwiqi is offline Junior Member
    Last Online
    6th May 2010 @ 04:02 PM
    Join Date
    06 May 2010
    Age
    34
    Posts
    12
    Threads
    1
    Credits
    0
    Thanked: 1

    Default

    g

  9. #9
    hrpwiqi is offline Junior Member
    Last Online
    6th May 2010 @ 04:02 PM
    Join Date
    06 May 2010
    Age
    34
    Posts
    12
    Threads
    1
    Credits
    0
    Thanked: 1

    Default

    o

  10. #10
    hrpwiqi is offline Junior Member
    Last Online
    6th May 2010 @ 04:02 PM
    Join Date
    06 May 2010
    Age
    34
    Posts
    12
    Threads
    1
    Credits
    0
    Thanked: 1

    Default

    oood

  11. #11
    hrpwiqi is offline Junior Member
    Last Online
    6th May 2010 @ 04:02 PM
    Join Date
    06 May 2010
    Age
    34
    Posts
    12
    Threads
    1
    Credits
    0
    Thanked: 1

    Default

    keep itv upppppppppppppppp

  12. #12
    hrpwiqi is offline Junior Member
    Last Online
    6th May 2010 @ 04:02 PM
    Join Date
    06 May 2010
    Age
    34
    Posts
    12
    Threads
    1
    Credits
    0
    Thanked: 1

    Default

    sorry for that i mean good work keep it up

Page 1 of 3 123 LastLast

Similar Threads

  1. Menu styles on symbian s60v3 (change your Menu style)
    By ZuhaibAbbasi in forum Nokia & Othre Mobiles
    Replies: 51
    Last Post: 5th February 2015, 06:28 PM
  2. Fancy Edges_BRUSHE
    By waqasahmad1 in forum Design Stuff
    Replies: 34
    Last Post: 10th April 2012, 12:10 AM
  3. Task Manager disable Plus Run Menu Gyeb in Start Menu
    By Bilal_91 in forum Ask an Expert
    Replies: 6
    Last Post: 9th August 2010, 11:45 PM
  4. Fancy Clips
    By Confuse in forum Photo Gallery
    Replies: 15
    Last Post: 22nd March 2010, 10:05 PM
  5. fancy dress
    By iRFAnSajiD in forum Baat cheet
    Replies: 3
    Last Post: 31st May 2007, 05:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •