css question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DirkPitt
    Confirmed User
    • Sep 2002
    • 357

    #1

    css question

    Can you have on the same web page different css mouseover effects?
    Thanks,
    Kit
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #2
    yes

    Comment

    • DirkPitt
      Confirmed User
      • Sep 2002
      • 357

      #3
      Thanks Juicylinks, could you tell me how?
      Thanks,
      Kit

      Comment

      • Amputate Your Head
        There can be only one
        • Aug 2001
        • 39075

        #4
        I concur with juicy.
        SIG TOO BIG

        Comment

        • Zayne E.
          Confirmed User
          • Apr 2002
          • 1383

          #5
          Absolutely

          Comment

          • Amputate Your Head
            There can be only one
            • Aug 2001
            • 39075

            #6
            click here
            SIG TOO BIG

            Comment

            • foe
              Confirmed User
              • May 2002
              • 5246

              #7
              yes

              Comment

              • DirkPitt
                Confirmed User
                • Sep 2002
                • 357

                #8
                Here is the how for all that don't know and want to.
                You have to define a class and insert it into each anchor tag

                Here is your class:
                A.white:link {text-decoration: underline; color: #0000FF;}
                A.white:visited {text-decoration: underline; color: #0000FF;}
                A.withe:active {text-decoration: underline; color: red;}
                A.white:hover {text-decoration: underline; color: red;}

                and you call it like:
                a class="white" href="blabla.htm"
                Thanks,
                Kit

                Comment

                Working...