Need Help in fading div using CSS/Jquery or anything?

Discussion in 'HTML & Website Design' started by jackburd, Dec 18, 2011.

  1. #1
    Hi could someone help in in coding something like the image below?

    fadetext.jpg


    Basically, it will go inside a div. so I need the div to fade out.

    Appreciate your help!

    you may post links for tutorial or anything.

    Thank you!
     
    jackburd, Dec 18, 2011 IP
  2. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #2
    One way I could foresee this being done (after I have done a Google search for this) would be to have a gradient foreground in front of the text div? this would be done using z-index but I am unsure.

    using jQuery you can fade and animate the div but I can't see a way that you can have it fade like your example

    http://api.jquery.com/fadeOut/
     
    Toycel, Dec 19, 2011 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    @Toycel - Close. Use opacity instead.
     
    drhowarddrfine, Dec 19, 2011 IP
  4. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #4
    @drhowarddrfine but that would do all the div would it not?
     
    Toycel, Dec 19, 2011 IP
  5. karthimx

    karthimx Prominent Member

    Messages:
    4,959
    Likes Received:
    127
    Best Answers:
    2
    Trophy Points:
    340
    #5
    opacity to div will fade all lines.

    This can be done in Jquery

    if you need in css then you need to make each link as separate <span> tag and add different opacity to each <span>tag :)
     
    karthimx, Dec 19, 2011 IP
  6. jackburd

    jackburd Active Member

    Messages:
    396
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #6
    thanks for your answers. I think there's no way to do this.
     
    jackburd, Dec 21, 2011 IP
  7. terier

    terier Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    2
    Trophy Points:
    0
    #7
    terier, Dec 21, 2011 IP
  8. jackburd

    jackburd Active Member

    Messages:
    396
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #8
    oh. that gives me a hope
     
    jackburd, Dec 28, 2011 IP