css prob, designers need your help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • A C
    Confirmed User
    • Dec 2002
    • 1637

    #1

    css prob, designers need your help

    How do i make it so i have 2 diffrent link styles in one page?

    So say i had 2 diffrent navis, what would the css file look like that would tell it that one should have a blue mouseover and the other have red?

    Thanks

    AC
    Do you have a "Exit here - if under 18" link on your warningpage? Chances are you are linking to yahoo/google/disney etc. Those days are over, signup at www.warningpages.com to get PAID for this traffic that has been wasted by so many for years! icq#777970
  • h0st
    Confirmed User
    • Jul 2001
    • 1216

    #2
    Code:
    html
    <a href="#">xxx</a>
    <a href="#" class="link2">xxx</a>
    
    css
    a:link, a:visited { color: #fff }
    a:hover { color: #ff0000 }
    
    a.link2:link,a.link2:visited { color: #fff }
    a.link2:hover { color: #0000FF }
    Did you say Pimp My Sexlife?

    Comment

    • Platinumpimp
      Logos and such.
      • Jan 2004
      • 10214

      #3
      Originally posted by A C
      How do i make it so i have 2 diffrent link styles in one page?

      So say i had 2 diffrent navis, what would the css file look like that would tell it that one should have a blue mouseover and the other have red?

      Thanks

      AC
      I hear it...leave the design to the designers
      I design logo's.

      Comment

      • ssp
        Confirmed User
        • Jan 2005
        • 7990

        #4
        If your links are within separate elements you can also use this:

        Code:
        .element_x a
                      {
                      style         
                      }
        
        .element_y a
                      {
                      style         
                      }

        Comment

        • tyler86ed
          Confirmed User
          • Jan 2004
          • 543

          #5
          Create seperate classes for them as mentioned above.

          Check out all our new fresh FETISH sites, Tons of hosted galleries and fresh new content.

          Comment

          • sixxxthsense
            Confirmed User
            • Aug 2004
            • 2421

            #6
            dreamwaver buddy!

            Comment

            Working...