html and css gurus, a challenge for ya!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lane
    Will code for food...
    • Apr 2001
    • 8496

    #1

    html and css gurus, a challenge for ya!

    how the hell can i change the border color and the button color of a drop down menu? see those GFY drop-down menus on the top left and right? the borders are grey, and the buttons are grey too, which are the default colors. i couldnt find a way to change the colors of those 2 things.
    anyone can help? is it maybe impossible?
  • Lane
    Will code for food...
    • Apr 2001
    • 8496

    #2
    correction: those menus are located on the threads list, not here while you are reading this thread

    Comment

    • Pete
      Confirmed User
      • Jan 2001
      • 6617

      #3
      Sell me some of your traffic and I'll show you all kinds of tricks
      Evoke Electronics

      Comment

      • FADE19
        Snow's Parole Officer
        • Sep 2001
        • 1161

        #4
        This should get you started on the right foot Bud!

        STYLE TYPE="text/css">
        body
        {
        scrollbar-arrow-color: #C0C0C0;
        scrollbar-base-color: #000000;
        scrollbar-dark-shadow-color: #ffffff;
        scrollbar-track-color: #000000;
        scrollbar-face-color: #000063;
        scrollbar-shadow-color: #000000;
        scrollbar-highlight-color: #4040FF;
        scrollbar-3d-light-color: #000000;
        }

        A:link, A:visited, A:active { text-decoration: none }
        /STYLE>

        [This message has been edited by FADE19 (edited 01-12-2002).]

        Comment

        • FADE19
          Snow's Parole Officer
          • Sep 2001
          • 1161

          #5
          Oh...hold up the code I gave you will chnge the slide bar to the left...Let me grab the code for the drop downs ...

          in the Select field add this..

          SELECT NAME="site" style="BACKGROUND-COLOR: #FDBA05; COLOR: #000000; FONT-FAMILY: verdana, helvetica, arial; FONT-SIZE: 10px">

          [This message has been edited by FADE19 (edited 01-12-2002).]

          Comment

          • Lane
            Will code for food...
            • Apr 2001
            • 8496

            #6
            well, i wanna change the border color and the button color. i already changed the background

            [This message has been edited by Lane (edited 01-12-2002).]

            Comment

            • Lane
              Will code for food...
              • Apr 2001
              • 8496

              #7
              Originally posted by Pete:
              Sell me some of your traffic and I'll show you all kinds of tricks
              who are you?

              Comment

              • FADE19
                Snow's Parole Officer
                • Sep 2001
                • 1161

                #8
                "The Button"
                INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Look"
                style="BACKGROUND-COLOR: #000000; COLOR: #ffffff; FONT-FAMILY: verdana, helvetica, arial; FONT-SIZE: 10px">

                you got me on the border

                [This message has been edited by FADE19 (edited 01-12-2002).]

                Comment

                • Pete
                  Confirmed User
                  • Jan 2001
                  • 6617

                  #9
                  No one famous, I just asked to buy some traffic from you a while back and then came to you with money and you said you dont sell it anymore because its more profitable for you to keep it for yourself.
                  Evoke Electronics

                  Comment

                  • Lane
                    Will code for food...
                    • Apr 2001
                    • 8496

                    #10
                    Originally posted by FADE19:
                    "The Button"
                    INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Look"
                    style="BACKGROUND-COLOR: #000000; COLOR: #ffffff; FONT-FAMILY: verdana, helvetica, arial; FONT-SIZE: 10px">

                    you got me on the border

                    [This message has been edited by FADE19 (edited 01-12-2002).]

                    i am not talking about the submit button. i mean the button that you click and pull down the menu. that little thing with a little black arrow.

                    Comment

                    Working...