Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Help with this css style menu list
Old 11-29-2010, 06:30 AM Help with this css style menu list
Junior Talker

Posts: 3
Name: Jide
Trades: 0
Please can anyone help on how to create this type of drop down menu on this site http://www.gsmnigeria.com/faq/49.

Thank you...i will appreciate any form of help
jdcrux is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-29-2010, 06:52 AM Re: Help with this css style menu list
Gakoyu Ojima's Avatar
Skilled Talker

Posts: 59
Location: Netherlands.
Trades: 0
Creating a dropdown is rather easy. It has a basic html structure, as such:

HTML Code:
<ul id="id1">
      <li class="class1"><a href="#">1</a></li>
      <li class="class2"><a href="#">2</a>
            <ul id="id2">
                  <li><a href="#">2.1</a></li>
            </ul>
      </li>     
</ul>
Etcetera... you'll also need to use CSS to give it a nice touch, and perhaps some jQuery or Javascript for a nice effect.

There are enough results if here, in-case you don't know what markup needs to be done.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
Gakoyu Ojima is offline
Reply With Quote
View Public Profile
 
Old 11-29-2010, 07:59 AM Re: Help with this css style menu list
Junior Talker

Posts: 3
Name: Jide
Trades: 0
Thanks a lot , but i also gathered that this technique is achieved using accordion and javascript. please do you have any idea on this.
jdcrux is offline
Reply With Quote
View Public Profile
 
Old 11-30-2010, 01:20 PM Re: Help with this css style menu list
Experienced Talker

Posts: 39
Name: Day
Trades: 0
This is how I learned to create complete css dropdown menus without any knowledge of javascript or jquery

http://www.projectseven.com/tutorial...ion/auto_hide/
DayliDesign is offline
Reply With Quote
View Public Profile
 
Old 12-01-2010, 08:01 AM Re: Help with this css style menu list
Junior Talker

Posts: 3
Name: Jide
Trades: 0
@ dayli...Thanks men..just what ive been looking for
jdcrux is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with this css style menu list
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.95663 seconds with 12 queries