Results 1 to 6 of 6

Thread: Need Help With This Script

  1. #1
    Join Date
    Jul 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Need Help With This Script

    Hi I Need Help From The SCript Links
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    The background color is Always Light Yellow
    can I Change To Pictures?
    How Do I Change It Then

    Also The Links ,
    How To Change It To Button
    It Is Simple Text , Can I Change It To Button Shape?

    Please Help Me Thanks

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    For a background image, add it in to the existing style:
    Code:
    #dropmenudiv{
    position:absolute;
    border:1px solid black;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background:url('some.jpg');
    }
    You can buttonize the links in the array:
    Code:
    menu1[0]='<input type="button" onclick="location.href=\'http://www.javascriptkit.com\'" value="JavaScript Kit">'
    as well as the one's in the markup:
    Code:
    <input type="button" onClick="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()" value="Web Design">
    But in either, or both cases you will probably want to style them for a better appearance.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking gEEZ ThanksZ

    Thanks You Are A Great Help :P

  4. #4
    Join Date
    Jul 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Eh Ragnarok Here
    Still Cant Seems To Work
    Can You Give Me The Email Of You And I SEnd My WEb Page To You
    I Will Indicate In The SCript Where To Edit
    Please Contact Me At
    Wong_wei_foong@hotmail.com

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

    Default

    Theres A

    var menubgcolor='lightyellow' //menu bgcolor

    Shld I need TO Do Something ABout It?
    Kinda Need Immediate Help To Change The Light YelloW Background TO My Pic Background


    Thanks You
    Bery Much

  6. #6
    Join Date
    Jul 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorri Again A Bit Retarded
    It Works AGAIN
    Thanks You
    I Hate My Computer

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
  •