Results 1 to 10 of 10

Thread: dotmenu Adv

  1. #1
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default dotmenu Adv

    Hi im new, and im not ever sure if im posting this is the correct spot, but i hope someone can help.

    I need help with the Dotmenu from DHTML central. the site hasn't been updated in quite sometime! And the advanced page that has the code i need isn't there does anyone know where it can be found?

    if not here's my problem, im sure you've heard it alot but i couldn't find help via the search....

    I want to change the main dot on the menu to an image. and possibily keep the rest just plain dots, though i might want to change those too...

    hope you guys can help!!

    --FSR

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Please post a link to the page, in this case:
    http://www.dhtmlcentral.com/script/script.asp?id=26

    Change:
    Code:
    .dot         { position: absolute; width: 6; height: 6; visibility: hidden; background-color: red; font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
    .dotoff      { position: absolute; width: 6; height: 6; visibility: hidden; background-color: gray; font-size: 1px; cursor:default; z-index: 100}
    .dotempty    { position: absolute; width: 6; height: 6; visibility: hidden; background-color: orange; font-size: 1px; cursor: pointer; cursor: hand; zindex: 100 }
    To this:
    Code:
    .dot         { position: absolute; width: 6; height: 6; visibility: hidden; background-color: url('imageDot'); font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
    .dotoff      { position: absolute; width: 6; height: 6; visibility: hidden; background-color: url('imageDot'); font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
    .dotempty    { position: absolute; width: 6; height: 6; visibility: hidden; background-color: url('imageDot'); font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
    Change the highlighted to your image. And change the navy to the height and width of your pages.
    Jeremy | jfein.net

  3. #3
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    nile thanks alot! sorry i didn't know the proper form...

    i was wondering is it possible to have submenus have different images... like forexample

    Main Menu (Welcome Image)

    Sub menu (logo company 1)
    Sub menu (logo company 2)
    Sub menu (logo company 3)
    Sub menu (logo company 4)

    or would that involve a completely different code?

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    That would involve completely different code... Sorry.
    Jeremy | jfein.net

  5. #5
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    that's okay thanks....

    again some question...

    im changing the proper item, but it's not working....

    background-color: url('tuc-logo.gif');

    the above is just the highlighted snippet....

  6. #6
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Oops, I'm dumb change all of them to:
    Code:
    background: url('tuc-logo.gif');
    Jeremy | jfein.net

  7. #7
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    lol, yea i was too, i caught it when i was messing with the width and height....

    now the whole image aka DOT is off center along with the entire menu system, because the image to bigger than the dot...

  8. #8
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Can you post a link o your page, and if your running this locally upload it some where.
    Jeremy | jfein.net

  9. #9
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    here, i know that the image shows up on the submenus,

    im going to try and edit the entire, code, i know you can't help me there, so i can try and have diff logos for the submenus, maybe not all different but atleast not the same as in the current code.....

    http://theunemploymentcouch.com/beta/index2.html

    i just need to work on the offcentering....
    thanks.

  10. #10
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Hmm, its gonna be pretty hard to edit it.
    But here is an idea to make the one with the big image work:

    Give all the elements I told you to change above lots of padding.

    But we can also see if John or DDAdmin can do it. But its a good thing to put in here:
    http://www.dynamicdrive.com/forums/f...splay.php?f=30
    Jeremy | jfein.net

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
  •