Results 1 to 4 of 4

Thread: Need help for Chrome Drop Down Menu (Newbie)

  1. #1
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Need help for Chrome Drop Down Menu (Newbie)

    1) Script Title: Chrome CSS Drop Down Menu (v2.01)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) Describe problem: I'm trying to use this menu in my blogger site but I can't seem to get the drop down menu's to display properly. Can some one please tell what I'm doing wrong. I have very little knowledge with this.

    My blog can be viewed at http://ourshaadi.blogspot.com/

    I have used a html/javascript widget which contains the chrome.js and div parts of the menu. In the main HTML code of my blog I've inserted the .chromestyle bits.

    Not sure if I'm doing it the wrong way. If someone could help me with this it'll be great. Thanks.

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

    Default

    This looks simply like a CSS issue. The menu does drop down, but the links within the drop down menu are rendered strangely. My guess is it has something to do with the fact that the HTML for the menu is currently contained inside the DIV:

    Code:
    <div class='menubar section' id='menubar'><div class='widget HTML' id='HTML2'>
    And inheriting the CSS being applied to these DIVs as well. Try moving the entire HTML for Chrome Menu outside any container other than the BODY (ie: right above </body>) to confirm this.

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    peanut48 (04-19-2008)

  4. #3
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi

    I've moved the following code into another part of the code before </body>

    <b:section class='menubar' id='menubar' maxwidgets='1' showaddelement='yes'>
    <b:widget id='HTML2' locked='false' title='Chromemenu' type='HTML'/>
    </b:section>

    This resulted in the menu disappearing from the site.

    Was that right?

  5. #4
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks...I figured it out...Its alright now

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
  •