I have a div like this:
<div class="someDiv">
<span>This content should remain</span>
The rest of this content needs to be hidden (Faded out)
</div>
I can’t change the actual structure of the HTML.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the
visibilityCSS attribute:http://jsfiddle.net/mblase75/WtMea/
I don’t think it’s possible to fade the outer
divwithout also fading everything inside of it, butvisibilitycan be overridden.