Results 1 to 3 of 3

Thread: Drop down menu w/ description

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

    Default Drop down menu w/ description

    1) Script Title: Drop down menu w/ description

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

    3) Describe problem:

    /***********************************************
    * Drop down menu w/ description- © Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/

    //1) CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS ABOVE
    var thetext1=new Array()
    thetext1[0]=""
    thetext1[1]="Met wachtwoord beveiligd."
    thetext1[2]=""
    thetext1[3]=""
    thetext1[4]=""
    The words: "Met wachtwoord beveiligd." now appear in black.
    I wish to have them in white. Thankyou.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I think you change the formatting in this line--
    <span id="textcontainer1" align="left" style="font:italic 13px Arial">
    to make it how you like.

    Try: "font: ...Arial; color: #FFFFFF;"
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Sep 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It sure has somthing to do with it. I can change the fontsize and remove italic.
    But I stil can not change the colours of that font. I used next part of the script:

    <span id="textcontainer1" align="left" style="font: 13px Arial color: #FFFFFF;">
    </span>

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
  •