for CSS Experts,Help me please!!

Discussion in 'CSS' started by XTreMe, Sep 23, 2007.

  1. #1
    i want to create css that if i have a link with gray color and when i move a mouse on it, it change to light blue and if i have a light blue link and if i move mouse into it then it change to gray both in one page

    both in one page please do this for me create a css script for me i can create 1 but i cannot create two in one page:( help needed quickly my website in pending.
     
    XTreMe, Sep 23, 2007 IP
  2. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #2
    css
    html

     
    YIAM, Sep 23, 2007 IP
  3. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #3
    not working:s
    please give me the full script or please create one css file in which link shiuld be the same as i defined above:(
     
    XTreMe, Sep 24, 2007 IP
  4. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #4
    What he meant in his CSS was

     
    soulscratch, Sep 24, 2007 IP
  5. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i dont understand will you create 1 for me please:(
     
    XTreMe, Sep 24, 2007 IP
  6. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #6
    
    <html>
    <head>
    <style type="text/css">
    a.blue_grey { color:#000011;}
    a.blue_grey:hover { color:#666666;}
    
    a.grey_blue { color:#666666;}
    a.grey_blue:hover { color:#000011;}
    </style>
    </head>
    
    <body>
    <p>This is a <a class="grey_blue" href="#">Grey Blue</a> Link</p>
    <p>and this is a <a class="blue_grey" href="#">Blue Grey</a> Link </p>
    </body>
    </html>
    
    HTML:
     
    YIAM, Sep 24, 2007 IP
  7. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #7
    If you're going to use that, you should include a DOCTYPE before the starting html tag.
     
    soulscratch, Sep 24, 2007 IP
  8. ablaye

    ablaye Well-Known Member

    Messages:
    4,024
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    150
    #8
    I think you need to read a CSS tutorial first.
    Why don't you check out w3schools.com first and read a bit about CSS!!!
     
    ablaye, Sep 24, 2007 IP
  9. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #9
    westciv/htmldog//w3 specs >>>> w3schools
     
    soulscratch, Sep 24, 2007 IP
  10. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #10
    this is working in new page if i am creating new page and putting it in that page but when i am putting it on my website page its notworking i am giving you a page please check and use it
     

    Attached Files:

    XTreMe, Sep 25, 2007 IP
  11. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #11
    please see the attachment and tell me, after hover i want to change the navbar links color to gray and leftside menu links color to also gray
     
    XTreMe, Sep 25, 2007 IP
  12. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #12
    help please more than 2 days now:(
     
    XTreMe, Sep 26, 2007 IP