Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 5 of 5

Thread: How to make menu's

  1. #1
    Computer Master is offline Junior Member
    Join Date
    Oct 2008
    Posts
    3

    Default How to make menu's

    Hi all,

    Please tell me hoe to make menues with the help of CSS.I need a example also.

    Thanks

  2. #2
    maneetpuri is offline Junior Member
    Join Date
    Dec 2008
    Posts
    28

    Default RE - How to make menu's

    Hi,

    Check this out - accessify . com


    Cheers,

    ~Maneet

  3. #3
    myst729's Avatar
    myst729 is offline Junior Member
    Join Date
    Oct 2008
    Posts
    16

    Default

    Check this site: CSSplay
    You'll find tons of tutorials about CSS.

  4. #4
    anurdh65 is offline Junior Member
    Join Date
    May 2009
    Posts
    9

    Default

    <ul class="makeMenu">
    <li>&gt;&gt; Lips
    <ul>
    <li><a href="cat.html">Cat</a></li>
    <li><a href="rabbit.html">Rabbit</a></li>
    <li><a href="dingo.html">Dingo</a></li>
    </ul>
    </li>
    <li>&gt;&gt; Ears
    <ul>
    <li>Elephant &gt;&gt;
    <ul>
    <li><a href="indian.html">Indian</a></li>
    <li><a href="african.html">African</a></li>
    </ul>
    </li>
    <li><a href="monkey.html">Monkey</a></li>
    <li><a href="dog.html">Dog</a></li>
    </ul>
    </li>
    <li>&gt;&gt; Eyes
    <ul>
    <li><a href="pig.html">Pig</a></li>
    <li><a href="bird.html">Bird</a></li>
    <li><a href="worm.html">Worm</a></li>
    </ul>
    </li>
    <li><a href="accessibleLink.html">&gt;&gt; Noses</a>
    <ul>
    <li><a href="bat.html">Bat</a></li>
    <li><a href="fish.html">Fish</a></li>
    <li><a href="panther.html">Panther</a></li>
    </ul>
    </li>
    </ul>

  5. #5
    gkumar is offline Member
    Join Date
    Aug 2009
    Posts
    61

    Default

    To create your own theme, you should create the button image states first. It contains button image for each Normal/Hot state of the button, one-by-one, vertically. Button image states is a .bmp file like this one. Each button image state must have the same height. In the example below the button states image has size 50x150. It contains three button state images, 50x50 each.

    DESCRIPTION

    Tune menu parameters manually or using Vista Buttons GUI interface. Then insert html code into the existing HTML page using GUI interface - your menu is ready!
    Save your current project in the project file (*.xwb) and continue to work with it later
    Save menu buttons' images as GIF, JPEG, PNG files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124