Results 1 to 2 of 2

Thread: Chrome CSS Drop Down Menu (v2.0)

  1. #1
    Join Date
    Jul 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Chrome CSS Drop Down Menu (v2.0)

    I am using the Chrome CSS Drop Down Menu (v2.0), and i am having problems with it . Here is my code:

    <div class="chromestyle" id="chromemenu">
    <ul>
    <li><a href="http://ubuyland.bravehost.com/member_index.html">Home</a></li>
    <li><a href="http://ubuyland.bravehost.com/member_entertainment.html">Entertainment</a></li>

    <li><a href="#" rel="dropmenu1">Community</a></li>
    <li><a href="#" rel="dropmenu2">Ubuyians</a></li>
    </ul>
    </div>

    <!--1st drop down menu -->
    <div id="dropmenu1" class="dropmenudiv">
    <a href="http://ubuyland.bravehost.com/member_map.html">Map</a>
    <a href="http://ubuyland.bravehost.com/mayor.html">Chat with the Mayor</a>
    <a href="http://ubuyland.bravehost.com/news.html ">The News in Ubuy</a>
    </div>


    <!--2nd drop down menu -->
    <div id="dropmenu2" class="dropmenudiv" style="width: 150px;">
    <a href="http://ubuyland.bravehost.com/lucy.html ">Lucy Callwaiting</a>
    <a href="http://ubuyland.bravehost.com/bein.html ">Bein Freestlyer</a>
    <a href="http://ubuyland.bravehost.com/ima.html ">Ima Weirdlady</a>
    <a href="http://ubuyland.bravehost.com/mr_mrs.html ">Mr. and Mrs Suergeon</a>
    </div>

    <script type="text/javascript">
    cssdropdown.startchrome("chromemenu")
    </script>



    Is there anything wrong with my code, or do i need to add something from the CSS file? (All of the needed files are uploaded).

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    What issue are you having? A link to your problem page might help.

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
  •