Results 1 to 5 of 5

Thread: Positioning of drop downs - HELP

  1. #1
    Join Date
    Aug 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Positioning of drop downs - HELP

    Hello
    First of all - love Dynamic Drive

    Secondly - I'm having a problem I can't figure out. I downloaded a CSS drop down menu script/css (http://www.dynamicdrive.com/dynamici...rome/index.htm) and the positioning of the drop is way off - I have tried everything .. I just can't find the problem..is as almost my other CSS sheets are messing it up but...

    here is my page http://www.michaelsondesign.com/roomNine/index4.htm - the top menu there.. community events etc..
    thanks

    Rob

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

    Default

    Try moving the drop down DIVs plus the code to initalize the menu to the very bottom of your page, such as directly above the </body> tag:

    Code:
    <!--1st drop down menu --> 
    <div id="dropmenu1" class="dropmenudiv">
    <a href="#">info</a>
    <a href="#">info</a>
    <a href="#">info</a>
    
    </div>
    
    
    <!--2nd drop down menu --> 
    <div id="dropmenu2" class="dropmenudiv" style="width: 150px;">
    <a href="http://www.cnn.com/">CNN</a>
    <a href="http://www.msnbc.com">MSNBC</a>
    <a href="http://news.bbc.co.uk">BBC News</a>
    </div>
    
    <script type="text/javascript">
    cssdropdown.startchrome("chromemenu")
    </script>
    
    </body>
    BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice:

  3. #3
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default This is BOC - had to change username - please read ddadmin

    Hello ddadmin
    I had to change my username because I couldn't log back in... with BlueOysterCult.. too many attempts although that isn't true

    Thanks - your advice worked- I appreciate it..

    By the CREDIT violation do you mean no credit for using the code? I downloaded it and it didn't have any credits and didn't even think about it.. I didn't delete on purpose

    Please give me the proper credits and Ill put them there

    Thanks
    Rob

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

    Default

    You're welcome. As far as the credits, they should exist in between your <script> tag for the script:

    Code:
    <script type="text/javascript" src="chromejs/chrome.js">
    
    /***********************************************
    * Chrome CSS Drop Down Menu- &#169; Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>

  5. #5
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default the credits are there - Thank you - NM

    I appreciate it

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
  •