Script Questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deluxe
    Confirmed User
    • Feb 2001
    • 1434

    #1

    Script Questions

    ok i need some help here...

    i'm searching for the scripts to:

    A - make those mouse over underline textlink thingies (it's called css or something like that)

    B - change the color of the scroll bar

    i've been searching but i can't seem to find an understandable tutorial anywhere!

    please help me out

    ------------------
    Coversioncash Rocks
    It's not just being there, it's doing it
    [email protected]
    77717734
    NO LOGO
  • deluxe
    Confirmed User
    • Feb 2001
    • 1434

    #2
    never mind about the scroll bar...

    i found that one out now
    NO LOGO

    Comment

    • Susan
      Confirmed User
      • Feb 2001
      • 772

      #3
      deluxe

      Get your face into some info - try this for a style sheet tutorial, the link is at the top of the page. I could send you the code to make text decorate but it would be far better if you learn a little about what you can do in other places too.
      http://www.alistapart.com/stories/fear/
      Stupid Spice

      Comment

      • deluxe
        Confirmed User
        • Feb 2001
        • 1434

        #4
        hm, i learned some more about css now

        but hthe question remains:

        where can i find some code?

        i have been enable to find any pages with code tutorials on it

        i want this:

        when i mouse over text that has a link under it i want a line under it and ontop of it. And then i want the backgroundcolor between these lines to change...

        i know it's possible i've seen it before.

        who can help me?

        [This message has been edited by deluxe (edited 06-22-2001).]
        NO LOGO

        Comment

        • kandi
          Confirmed User
          • May 2001
          • 171

          #5
          My husband uses http://www.planetsourcecode.com

          regards,
          Kandi
          You see things that are and say why, I see things that have yet to be and say why not? - G.B. Shaw

          Comment

          • Lord Assmore
            Confirmed User
            • Mar 2001
            • 588

            #6
            Originally posted by deluxe:
            i want this:

            when i mouse over text that has a link under it i want a line under it and ontop of it. And then i want the backgroundcolor between these lines to change...
            This CSS rule works with IE5

            A:hover {text-decoration: underline overline; background-color: yellow}

            (place it in your style tag)

            Comment

            • deluxe
              Confirmed User
              • Feb 2001
              • 1434

              #7
              alright !

              thanks a lot



              ------------------
              Coversioncash Rocks
              It's not just being there, it's doing it
              [email protected]
              77717734
              NO LOGO

              Comment

              • X-Web
                Banned
                • Mar 2001
                • 357

                #8
                http://wsabstract.com/howto/scrollbarcolor.shtml

                scroll bar

                Comment

                Working...